ouyj 6 meses atrás
pai
commit
54a4170bad

+ 3 - 4
ygtx-ui/src/components/userSelect/multi.vue

@@ -13,7 +13,6 @@
             v-model="deptName"
             placeholder="请输入部门名称"
             clearable
-            size="small"
             prefix-icon="Search"
             style="margin-bottom: 20px"
           />
@@ -32,7 +31,7 @@
       </el-col>
       <!--用户数据-->
       <el-col :span="20" :xs="24">
-        <el-form :model="queryParams" ref="queryRef" size="small" :inline="true" v-show="showSearch" label-width="68px">
+        <el-form :model="queryParams" ref="queryRef" :inline="true" v-show="showSearch" label-width="68px">
           <el-form-item label="用户名称" prop="userName">
             <el-input
               v-model="queryParams.userName"
@@ -52,8 +51,8 @@
             />
           </el-form-item>
           <el-form-item>
-            <el-button type="primary" icon="Search" size="small" @click="handleQuery">搜索</el-button>
-            <el-button icon="Refresh" size="small" @click="resetQuery">重置</el-button>
+            <el-button type="primary" icon="Search" @click="handleQuery">搜索</el-button>
+            <el-button icon="Refresh" @click="resetQuery">重置</el-button>
           </el-form-item>
         </el-form>
         <el-table v-loading="loading" :data="userList" @selection-change="handleSelectionChange">

+ 3 - 4
ygtx-ui/src/components/userSelect/single.vue

@@ -13,7 +13,6 @@
             v-model="deptName"
             placeholder="请输入部门名称"
             clearable
-            size="small"
             prefix-icon="Search"
             style="margin-bottom: 20px"
           />
@@ -32,7 +31,7 @@
       </el-col>
       <!--用户数据-->
       <el-col :span="20" :xs="24">
-        <el-form :model="queryParams" ref="queryRef" size="small" :inline="true" v-show="showSearch" label-width="68px">
+        <el-form :model="queryParams" ref="queryRef" :inline="true" v-show="showSearch" label-width="68px">
           <el-form-item label="用户名称" prop="userName">
             <el-input
               v-model="queryParams.userName"
@@ -52,8 +51,8 @@
             />
           </el-form-item>
           <el-form-item>
-            <el-button type="primary" icon="Search" size="small" @click="handleQuery">搜索</el-button>
-            <el-button icon="Refresh" size="small" @click="resetQuery">重置</el-button>
+            <el-button type="primary" icon="Search" @click="handleQuery">搜索</el-button>
+            <el-button icon="Refresh" @click="resetQuery">重置</el-button>
           </el-form-item>
         </el-form>
         <el-table v-loading="loading" :data="userList" @current-change="handleCurrent" @row-dblclick="handleRowDbClick">