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

This commit is contained in:
疯狂的狮子Li
2024-04-18 17:10:44 +08:00
parent 03c736af82
commit 8b6b624f6c
2 changed files with 5 additions and 5 deletions

View File

@ -5,10 +5,10 @@
<el-card shadow="hover">
<el-form ref="queryFormRef" :model="queryParams" :inline="true" label-width="70">
<el-form-item label="岗位编码" prop="postCode">
<el-input v-model="queryParams.postCode" placeholder="请输入岗位编码" clearable style="width: 240px" style="width: 200px" @keyup.enter="handleQuery" />
<el-input v-model="queryParams.postCode" placeholder="请输入岗位编码" clearable style="width: 240px" @keyup.enter="handleQuery" />
</el-form-item>
<el-form-item label="岗位名称" prop="postName">
<el-input v-model="queryParams.postName" placeholder="请输入岗位名称" clearable style="width: 240px" style="width: 200px" @keyup.enter="handleQuery" />
<el-input v-model="queryParams.postName" placeholder="请输入岗位名称" clearable style="width: 240px" @keyup.enter="handleQuery" />
</el-form-item>
<el-form-item label="状态" prop="status">
<el-select v-model="queryParams.status" placeholder="岗位状态" clearable style="width: 240px">