فهرست منبع

style: 组织管理样式调整

louhangfei 10 ماه پیش
والد
کامیت
981ca4cfaf
1فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  1. 2 1
      src/views/auth/dept/dept.vue

+ 2 - 1
src/views/auth/dept/dept.vue

@@ -8,7 +8,7 @@
         <div class="search"
           ><span class="searchLabel"> 搜索:</span><el-input v-model="searchKey" placeholder="请输入关键字进行搜索" />
         </div>
-        <el-table :data="filterData" row-key="id" :tree-props="treeProps" default-expand-all>
+        <el-table :data="filterData" row-key="id" :tree-props="treeProps" default-expand-all style="padding: 0 20px">
           <el-table-column label="组织名称">
             <template #default="{ row }">
               {{ `${row.deptName} (${row.userCount})` }}
@@ -109,6 +109,7 @@
     padding-top: 20px;
     width: 300px;
     display: flex;
+    align-items: center;
     .searchLabel {
       width: 65px;
     }