mirror of
https://github.com/dataease/dataease.git
synced 2026-05-19 02:08:10 +08:00
fix: stylelint警告
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user