feat: 隐藏style选项的confirm按钮

This commit is contained in:
2026-04-30 14:21:42 +08:00
parent 6098993bb3
commit 26cd16be09

View File

@@ -38,11 +38,11 @@
/> />
</div> </div>
</div> </div>
<div class="fida-style-popover-footer flex flex-center"> <!-- <div class="fida-style-popover-footer flex flex-center">
<button class="fida-confirm-btn" @click="confirmStyle"> <button class="fida-confirm-btn" @click="confirmStyle">
{{ confirmText }} {{ confirmText }}
</button> </button>
</div> </div> -->
</div> </div>
</el-popover> </el-popover>
</div> </div>
@@ -76,6 +76,7 @@
const selectStyle = (value: string) => { const selectStyle = (value: string) => {
tempSelectedValue.value = value tempSelectedValue.value = value
confirmStyle()
} }
const confirmStyle = () => { const confirmStyle = () => {
@@ -154,6 +155,7 @@
justify-content: center; justify-content: center;
height: 28.5rem; height: 28.5rem;
overflow-y: auto; overflow-y: auto;
padding-bottom: 2rem !important;
} }
.fida-style-popover-item { .fida-style-popover-item {