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