lazy evaluation, styles

This commit is contained in:
les
2020-10-09 00:42:03 +02:00
parent 55dc023019
commit 721d6e0a8b
9 changed files with 138 additions and 101 deletions

View File

@@ -31,7 +31,20 @@ export default {
}
</script>
<style lang="less">
// html, body {
// overflow: hidden;
// max-height: 100%;
// }
.v-dialog {
max-width: 800px;
}
.theme--dark.v-list {
background-color: #333;
}
.v-autocomplete__content.v-menu__content {
scrollbar-width: thin;
scrollbar-color: #FF4511;
}
</style>