mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-18 22:51:02 +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;
|
padding: 5px 10px;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.2);
|
box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.2);
|
||||||
width: 84px;
|
width: 88px;
|
||||||
z-index: 2147483647;
|
z-index: 2147483647;
|
||||||
|
font-size: 16px;
|
||||||
}
|
}
|
||||||
.v-enter-active, .v-leave-active {
|
.v-enter-active, .v-leave-active {
|
||||||
transition-delay: 0.2s;
|
transition-delay: 0.2s;
|
||||||
|
Loading…
Reference in New Issue
Block a user