fix: 🐛 修复小程序显示问题

This commit is contained in:
ray
2025-04-28 08:08:47 +08:00
parent 7a04eea075
commit 93c5fe873e
12 changed files with 289 additions and 705 deletions

View File

@@ -11,8 +11,8 @@
placeholder="请输入关键字"
/>
<view class="flex-between py-2">
<wd-button custom-class="w-20per" type="info" @click="handleResetQuery">重置</wd-button>
<wd-button custom-class="w-70per" @click="handleQuery">确定</wd-button>
<wd-button custom-class="w-20%" type="info" @click="handleResetQuery">重置</wd-button>
<wd-button custom-class="w-70%" @click="handleQuery">确定</wd-button>
</view>
</view>
</wd-drop-menu-item>