修改modal组件

This commit is contained in:
TOP糯米 2023-03-06 21:17:55 +08:00
parent 41b75cc2b2
commit c5024c89ab
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
<text class="title">
{{ title }}
</text>
<text class="iconfont icon-guanbi close" @click="close"></text>
<text class="iconfont icon-guanbi close"></text>
</view>
<view class="content-box">
<slot></slot>