fix: stylelint警告

This commit is contained in:
dataeaseShu
2023-10-27 09:58:21 +08:00
parent bb2ec7b22a
commit ea8d866bbb
8 changed files with 11 additions and 43 deletions

View File

@@ -197,7 +197,7 @@ const composeDivider = computed(() => {
background-color: #292929;
box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
box-sizing: border-box;
::v-deep(.ed-divider) {
:deep(.ed-divider) {
margin: 8px 0;
}

View File

@@ -80,7 +80,7 @@
import eventBus from '@/utils/eventBus'
import calculateComponentPositionAndSize from '@/utils/calculateComponentPositionAndSize'
import { mod360 } from '@/utils/translate'
import { deepCopy, isPreventDrop } from '@/utils/utils'
import { deepCopy } from '@/utils/utils'
import { computed, nextTick, onMounted, ref, toRefs, reactive } from 'vue'
import { dvMainStoreWithOut } from '@/store/modules/data-visualization/dvMain'
import { snapshotStoreWithOut } from '@/store/modules/data-visualization/snapshot'