diff --git a/assets/style.less b/assets/style.less index 7c853979..8d986ba3 100644 --- a/assets/style.less +++ b/assets/style.less @@ -32,4 +32,18 @@ li { .container { max-width: 1400px; +} + +.v-dialog { + width: 600px; + max-width: 800px; +} + +.theme--dark.v-list { + background-color: #333; +} + +.v-autocomplete__content.v-menu__content { + scrollbar-width: thin; + scrollbar-color: #FF4511 #111; } \ No newline at end of file diff --git a/components/List.vue b/components/List.vue index 0c27a226..7984c837 100644 --- a/components/List.vue +++ b/components/List.vue @@ -1,13 +1,18 @@