mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-18 16:54:25 +08:00
fix wrong size of button icon in safari
This commit is contained in:
@@ -217,6 +217,17 @@ input[type=number] {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.v-btn {
|
||||||
|
.v-btn__prepend,
|
||||||
|
.v-btn__append {
|
||||||
|
.v-icon {
|
||||||
|
.v-icon__svg {
|
||||||
|
width: 1em;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.w-100-window-container.v-window > .v-window__container {
|
.w-100-window-container.v-window > .v-window__container {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user