Commit ab37956874e80aedd84dfad4ea8279ed8c222e70
1 parent
86ab3bf6
分栏参数微调
Showing
2 changed files
with
3 additions
and
3 deletions
ruoyi-ui/src/assets/styles/ruoyi.scss
ruoyi-ui/src/views/system/user/index.vue
... | ... | @@ -3,7 +3,7 @@ |
3 | 3 | <el-row :gutter="20"> |
4 | 4 | <splitpanes class="default-theme"> |
5 | 5 | <!--部门数据--> |
6 | - <pane size="15"> | |
6 | + <pane size="16"> | |
7 | 7 | <el-col> |
8 | 8 | <div class="head-container"> |
9 | 9 | <el-input v-model="deptName" placeholder="请输入部门名称" clearable size="small" prefix-icon="el-icon-search" style="margin-bottom: 20px" /> |
... | ... | @@ -15,7 +15,7 @@ |
15 | 15 | </pane> |
16 | 16 | <!--用户数据--> |
17 | 17 | <pane> |
18 | - <el-col size="85"> | |
18 | + <el-col size="84"> | |
19 | 19 | <el-form :model="queryParams" ref="queryForm" size="small" :inline="true" v-show="showSearch" label-width="68px"> |
20 | 20 | <el-form-item label="用户名称" prop="userName"> |
21 | 21 | <el-input v-model="queryParams.userName" placeholder="请输入用户名称" clearable style="width: 240px" @keyup.enter.native="handleQuery" /> |
... | ... |