mirror of
https://github.com/dataease/dataease.git
synced 2026-05-15 05:22:13 +08:00
style: 样式调整 (#17910)
This commit is contained in:
@@ -14,9 +14,8 @@ const props = defineProps({
|
||||
default: false
|
||||
},
|
||||
propValue: {
|
||||
type: String,
|
||||
required: true,
|
||||
default: ''
|
||||
type: Object,
|
||||
required: true
|
||||
},
|
||||
element: {
|
||||
type: Object,
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user