modify style

This commit is contained in:
MaysWind
2024-06-09 00:57:02 +08:00
parent b2a8b359d1
commit c5f9e276b4
2 changed files with 16 additions and 2 deletions
+8
View File
@@ -124,6 +124,14 @@ input[type=number] {
color: rgba(var(--v-theme-on-background), var(--v-medium-emphasis-opacity));
}
.chart-pointer {
display: inline-block;
margin-right: 5px;
border-radius: 10px;
width: 10px;
height: 10px;
}
/** Common class for replacing the default style of vuetify **/
.v-input.v-input--readonly input,
.v-input.v-input--readonly textarea,