Commit 19ae1f52 by 胡锦波

1. init 布局调整

parent d844a8b6
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
{{ name }} {{ name }}
<span class="text-orange">({{ listTotal }}人)</span> <span class="text-orange">({{ listTotal }}人)</span>
</span> </span>
<div class="d-flex"> <div class="d-flex operate-list">
<div class="text-gray btn" @click="gotoInvitationPage"> <div class="text-gray btn" @click="gotoInvitationPage">
邀请员工加入企业 邀请员工加入企业
</div> </div>
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
<div <div
class="list_title d-flex align-items-center justify-content-end" class="list_title d-flex align-items-center justify-content-end"
> >
<el-button type="blue" @click="addMemberBtn"> <el-button type="primary" @click="addMemberBtn">
添加员工 添加员工
</el-button> </el-button>
<el-button @click="exportMembers"> 批量导入 </el-button> <el-button @click="exportMembers"> 批量导入 </el-button>
...@@ -34,7 +34,10 @@ ...@@ -34,7 +34,10 @@
</el-button> </el-button>
<el-button @click="handleDelete('del')"> 删除员工 </el-button> <el-button @click="handleDelete('del')"> 删除员工 </el-button>
</div> </div>
<div class="table-container flex-fill d-flex flex-column"> <div
v-if="false"
class="table-container flex-fill d-flex flex-column"
>
<el-table <el-table
:data="tableData" :data="tableData"
:empty-text="emptyText" :empty-text="emptyText"
...@@ -216,7 +219,7 @@ ...@@ -216,7 +219,7 @@
color: #292b33; color: #292b33;
margin-bottom: 9px; margin-bottom: 9px;
} }
ul { .operate-list {
overflow: hidden; overflow: hidden;
position: relative; position: relative;
line-height: 20px; line-height: 20px;
...@@ -231,11 +234,16 @@ ...@@ -231,11 +234,16 @@
margin-left: 15px; margin-left: 15px;
margin-right: 15px; margin-right: 15px;
} }
li { div {
display: block; display: block;
float: right; float: right;
font-weight: 400px; font-weight: 400px;
cursor: pointer; cursor: pointer;
color: #888;
&:hover {
color: #077aec;
}
} }
} }
} }
......
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 sign in to comment