modify style

This commit is contained in:
MaysWind
2023-08-26 19:36:39 +08:00
parent 601b1d5c89
commit a991adecaf
4 changed files with 23 additions and 3 deletions
+8
View File
@@ -22,6 +22,10 @@ input[type=number] {
pointer-events: none !important;
}
.smaller {
font-size: 0.75rem;
}
.overflow-y-visible {
overflow-y: visible !important;
}
@@ -116,6 +120,10 @@ input[type=number] {
row-gap: 1rem;
}
.text-field-append-text {
color: rgba(var(--v-theme-on-background), var(--v-medium-emphasis-opacity));
}
/** Common class for replacing the default style of vuetify **/
.v-table {
th {