mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-27 08:02:01 +00:00
fix(vue-app): fix font-size and make width bigger (#5920)
This commit is contained in:
parent
3d80ef472e
commit
329f0f5f36
@ -141,8 +141,9 @@ export default {
|
||||
padding: 5px 10px;
|
||||
border-radius: 5px;
|
||||
box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.2);
|
||||
width: 84px;
|
||||
width: 88px;
|
||||
z-index: 2147483647;
|
||||
font-size: 16px;
|
||||
}
|
||||
.v-enter-active, .v-leave-active {
|
||||
transition-delay: 0.2s;
|
||||
|
Loading…
Reference in New Issue
Block a user