feat: 隐藏style选项的confirm按钮
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user