@@ -30,7 +30,7 @@ module.exports = {
allowModifiers: true,
},
],
- 'vue/multi-word-component-names': 0
+ 'vue/multi-word-component-names': 0,
globals: {
useRuntimeConfig: 'readonly',
@@ -100,13 +100,13 @@ const _show = computed(() => props.show) as boolean
}
- .modal-level-warning {
- .dialog-type {
- background: rgb(var(--v-theme-warning, #f39c12));
- }
+.modal-level-warning {
+ .dialog-type {
+ background: rgb(var(--v-theme-warning, #f39c12));
+}
- :deep(.v-card-actions) {
- min-height: 62px;
+:deep(.v-card-actions) {
+ min-height: 62px;
</style>