修改宽度

This commit is contained in:
lq
2025-08-30 16:12:56 +08:00
parent bdb347d771
commit e2d69b926f

View File

@ -137,7 +137,7 @@
<div class="w-70px">账号名称</div>
<a-input
v-model="query.name"
:style="{ width: '200px' }"
class="!w-200px"
placeholder="输入账号名称"
@change="handleSearch"
/>