mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-16 07:57:33 +08:00
modify style
This commit is contained in:
@@ -133,6 +133,14 @@ input[type=number] {
|
||||
height: 10px;
|
||||
}
|
||||
|
||||
.bidirectional-switch {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.bidirectional-switch.v-input--horizontal .v-input__prepend {
|
||||
margin-right: 10px; /* same as the padding-left of `.v-switch .v-label` */
|
||||
}
|
||||
|
||||
.code-container {
|
||||
background-color: #efefef;
|
||||
}
|
||||
@@ -163,6 +171,17 @@ input[type=number] {
|
||||
cursor: pointer !important;
|
||||
}
|
||||
|
||||
.always-cursor-text,
|
||||
.always-cursor-text.v-input.v-input--readonly input,
|
||||
.always-cursor-text.v-input.v-input--readonly textarea,
|
||||
.always-cursor-text.v-input.v-input--readonly .v-field .v-text-field__prefix,
|
||||
.always-cursor-text.v-input.v-input--readonly .v-field .v-text-field__suffix,
|
||||
.always-cursor-text.v-input.v-input--readonly .v-field .v-field__input,
|
||||
.always-cursor-text.v-input.v-input--readonly .v-field.v-field,
|
||||
.always-cursor-text.v-input.v-input--readonly .cursor-pointer {
|
||||
cursor: text !important;
|
||||
}
|
||||
|
||||
.v-table {
|
||||
th {
|
||||
background: rgb(var(--v-table-header-background)) !important;
|
||||
|
||||
Reference in New Issue
Block a user