style: 样式调整 (#17910)

This commit is contained in:
王嘉豪
2026-02-03 13:44:19 +08:00
committed by GitHub
parent 58c43beb98
commit e538e182fa
3 changed files with 5 additions and 6 deletions

View File

@@ -14,9 +14,8 @@ const props = defineProps({
default: false
},
propValue: {
type: String,
required: true,
default: ''
type: Object,
required: true
},
element: {
type: Object,

View File

@@ -991,7 +991,7 @@ onMounted(() => {
style="width: 100%"
:effect="themes"
controls-position="right"
precision="0"
:precision="0"
:min="1"
:max="600"
:disabled="!state.tooltipForm.carousel.enable"
@@ -1010,7 +1010,7 @@ onMounted(() => {
style="width: 100%"
:effect="themes"
controls-position="right"
precision="0"
:precision="0"
:min="1"
:max="600"
:disabled="!state.tooltipForm.carousel.enable"

View File

@@ -13,7 +13,7 @@
@templateApply="templateApply"
/>
<el-row v-if="previewModel === 'createPreview'" class="main-container">
<el-row class="market-head" style="padding: 0 0 12px 0">
<el-row class="market-head" style="padding: 0 0 12px">
<el-icon class="custom-back-icon hover-icon" @click="previewModel = 'full'"
><ArrowLeft
/></el-icon>