Commit ac35ed45 authored by 张伯涛's avatar 张伯涛

用户模块样式调整

parent 30e5dc30
...@@ -61,7 +61,7 @@ ...@@ -61,7 +61,7 @@
</div> </div>
<el-row :gutter="20"> <el-row :gutter="20">
<!--部门数据--> <!--部门数据-->
<el-col :span="4" :xs="24" style="background: #f4f4f4;height: 100%"> <el-col :span="4" class="deptTree">
<div class="head-container" style="padding: 10px 6px;background: #FFFFFF"> <div class="head-container" style="padding: 10px 6px;background: #FFFFFF">
<el-input <el-input
v-model="deptName" v-model="deptName"
...@@ -85,13 +85,13 @@ ...@@ -85,13 +85,13 @@
@node-click="handleNodeClick" @node-click="handleNodeClick"
> >
<div slot-scope="{ node }" style="white-space: nowrap;text-overflow: ellipsis;overflow: hidden" class="custom-tree-node"> <div slot-scope="{ node }" style="white-space: nowrap;text-overflow: ellipsis;overflow: hidden" class="custom-tree-node">
<span style="font-size: 14px" :title="node.label">{{ node.label }}</span> <span :title="node.label">{{ node.label }}</span>
</div> </div>
</el-tree> </el-tree>
</div> </div>
</el-col> </el-col>
<!--用户数据--> <!--用户数据-->
<el-col :span="20" :xs="24"> <el-col :span="20">
<div class="mb12 font-small-bold" style="margin-top: 20px">用户管理列表</div> <div class="mb12 font-small-bold" style="margin-top: 20px">用户管理列表</div>
<el-table <el-table
v-loading="loading" v-loading="loading"
...@@ -943,6 +943,10 @@ export default { ...@@ -943,6 +943,10 @@ export default {
<style lang="scss" scoped> <style lang="scss" scoped>
.user-manage { .user-manage {
font-size: 18px; font-size: 18px;
.deptTree{
background: #f4f4f4;
height: 100%
}
.placeholder{ .placeholder{
height:14px; height:14px;
background-color: #F4F4F4 background-color: #F4F4F4
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment