Merge pull request #13181 from dataease/pr@dev-v2@style_change

style: 样式调整
This commit is contained in:
王嘉豪 2024-11-06 18:16:26 +08:00 committed by GitHub
commit b75909d397
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -74,7 +74,7 @@ import {
const embeddedStore = useEmbedded()
const snapshotStore = snapshotStoreWithOut()
const dvMainStore = dvMainStoreWithOut()
const { canvasCollapse, curComponent, componentData, editMode, mobileInPc } =
const { canvasCollapse, curComponent, componentData, editMode, mobileInPc, fullscreenFlag } =
storeToRefs(dvMainStore)
const router = useRouter()
let componentNameEdit = ref(false)
@ -3316,7 +3316,7 @@ const deleteChartFieldItem = id => {
</el-row>
<div
ref="elDrag"
v-loading="fieldLoading"
v-loading="fieldLoading && !fullscreenFlag"
style="height: calc(100% - 137px); min-height: 120px"
>
<div