diff --git a/src/App.vue b/src/App.vue index 446abcb..063162a 100644 --- a/src/App.vue +++ b/src/App.vue @@ -267,9 +267,19 @@ font-size: 12px; } - input, select, .v-input { - font-size: 12px; + input, select, .v-input , .v-label{ + font-size: 13px; } + .v-list--dense .v-list-item{ + min-height: 20px; + } + .v-list--dense .v-list-item .v-list-item__content{ + padding:2px 0; + } + + .v-text-field.v-text-field--solo .v-input__control{ + min-height:20px; + } diff --git a/src/components/ChartConfig.vue b/src/components/ChartConfig.vue index 45922e3..70cd74c 100644 --- a/src/components/ChartConfig.vue +++ b/src/components/ChartConfig.vue @@ -139,4 +139,5 @@ max-width: 50%; } + \ No newline at end of file