mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-17 16:24:25 +08:00
export statistics & analysis data in desktop version
This commit is contained in:
@@ -133,6 +133,14 @@ input[type=number] {
|
||||
height: 10px;
|
||||
}
|
||||
|
||||
.code-container {
|
||||
background-color: #efefef;
|
||||
}
|
||||
|
||||
.v-theme--dark .code-container {
|
||||
background-color: #2f2f2f;
|
||||
}
|
||||
|
||||
/** Common class for replacing the default style of vuetify **/
|
||||
.v-input.v-input--readonly input,
|
||||
.v-input.v-input--readonly textarea,
|
||||
|
||||
Reference in New Issue
Block a user