fix 修复 全局样式导致组件全覆盖问题 依旧采用单组件声明

This commit is contained in:
疯狂的狮子Li
2024-04-18 14:01:58 +08:00
parent 45e1c46ce4
commit 2f60c96fbf
30 changed files with 75 additions and 75 deletions

View File

@@ -26,7 +26,7 @@
<el-card shadow="hover">
<el-form ref="queryFormRef" :model="queryParams" :inline="true" label-width="68px">
<el-form-item label="用户名称" prop="userName">
<el-input v-model="queryParams.userName" placeholder="请输入用户名称" clearable style="width: 200px" @keyup.enter="handleQuery" />
<el-input v-model="queryParams.userName" placeholder="请输入用户名称" clearable style="width: 240px" style="width: 200px" @keyup.enter="handleQuery" />
</el-form-item>
<el-form-item label="手机号码" prop="phonenumber">
<el-input