fix 修复 全局替换样式重复问题

This commit is contained in:
疯狂的狮子Li
2024-04-18 17:06:30 +08:00
parent 7386e69033
commit 03c736af82
10 changed files with 18 additions and 18 deletions

View File

@ -10,7 +10,7 @@
</el-select>
</el-form-item>
<el-form-item label="字典标签" prop="dictLabel">
<el-input v-model="queryParams.dictLabel" placeholder="请输入字典标签" clearable style="width: 240px" style="width: 200px" @keyup.enter="handleQuery" />
<el-input v-model="queryParams.dictLabel" placeholder="请输入字典标签" clearable style="width: 240px" @keyup.enter="handleQuery" />
</el-form-item>
<el-form-item>
<el-button type="primary" icon="Search" @click="handleQuery">搜索</el-button>