Răsfoiți Sursa

Merge remote-tracking branch 'origin/master'

459242451@qq.com 3 ani în urmă
părinte
comite
c0edb07318
1 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  1. 2 2
      ruoyi-ui/src/views/components/table/userTable.vue

+ 2 - 2
ruoyi-ui/src/views/components/table/userTable.vue

@@ -3,7 +3,7 @@
     <el-row :gutter="20">
       <!--部门数据-->
       <!--用户数据-->
-      <el-col :span="20" :xs="24">
+      <el-col :span="24" :xs="24">
         <el-form :model="queryParams" ref="queryForm" :inline="true" v-show="showSearch" label-width="68px">
           <el-form-item label="用户名称" prop="userName">
             <el-input
@@ -584,4 +584,4 @@ export default {
     }
   }
 };
-</script>
+</script>