export statistics & analysis data in desktop version

This commit is contained in:
MaysWind
2025-06-15 21:50:31 +08:00
parent 8edc3640f5
commit 4336d1ed1a
14 changed files with 390 additions and 11 deletions
+8
View File
@@ -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,