This commit is contained in:
2024-01-29 09:11:35 +08:00
parent 730ec16c7a
commit be49a3e45e
4 changed files with 13 additions and 3 deletions

View File

@@ -14,6 +14,7 @@
<view class="select-dialog" @tap.stop="" :style="{ backgroundColor: bgColor }">
<view class="title-main">
<text class="title-detail">{{ title }}</text>
<image src="../../static/close2.png" class="close-icon" @click="closePop"></image>
</view>
<view v-if="showSearch" class="search-box">
@@ -156,6 +157,9 @@
},
created() {},
methods: {
closePop(){
this.hideModal()
},
handleSearch() {
this.$emit('search', this.searchInput)
},
@@ -320,6 +324,12 @@
padding: 30rpx 0;
/* border-bottom: 1rpx solid #e6e1e1; */
}
.close-icon{
width: 20px;
height: 20px;
padding: 30rpx 0;
margin-right: 10px;
}
.selectIcon {
font-family: 'selectIcon' !important;