Commit b935c439 by liyuhang19990520

ui走查bug

parent 82a2b837
......@@ -142,7 +142,7 @@
<el-table-column>
<template slot-scope="scope">
<div class="set-btn" :width="btnwidth" @click="setUser(scope.row)">
用户设置
用户列表
</div>
</template>
</el-table-column>
......@@ -436,7 +436,7 @@
>停用</el-checkbox
>
<div class="btn" @click="delUserDatas">删除</div>
<div class="btn" @click="addUserDatas">
<div class="btn addBtn" @click="addUserDatas">
<svg-icon
style="
width: 0.8125rem;
......@@ -488,6 +488,9 @@
<el-table-column prop="group" label="用户组"> </el-table-column>
<el-table-column prop="unitname" label="所属单位">
</el-table-column>
<el-table-column prop="unitname" label="启用状态">
</el-table-column>
<el-table-column prop="unitname" label="操作"> </el-table-column>
</el-table>
</div>
</div>
......
......@@ -82,6 +82,7 @@
prop="username"
label="用户名"
:width="userWidths.width1"
align="center"
>
</el-table-column>
<el-table-column prop="name" label="姓名" :width="userWidths.width1">
......@@ -253,6 +254,7 @@
prop="name"
label="用户组"
:width="groupWidths.width1"
align="center"
>
</el-table-column>
<el-table-column
......@@ -274,7 +276,7 @@
<el-table-column
prop="userCount"
label="组成员"
:width="groupWidths.width3"
:width="groupWidths.btnwidth"
>
<template slot-scope="scope">
<div class="group-item">
......@@ -295,7 +297,7 @@
</el-table-column>
<el-table-column>
<template slot-scope="scope">
<div class="set-btn" :width="groupWidths.btnwidth">用户设置</div>
<div class="set-btn" :width="groupWidths.btnwidth">用户列表</div>
</template>
</el-table-column>
......@@ -319,7 +321,7 @@
<el-table-column
prop="status"
label="启用状态"
:width="groupWidths.width3"
align="center"
>
<template slot-scope="scope">
<div v-if="scope.row.status === 0" class="circle-red"></div>
......@@ -333,7 +335,7 @@
}}
</template>
</el-table-column>
<el-table-column prop="active" label="操作">
<el-table-column prop="active" label="操作" width="70">
<template slot-scope="scope">
<img
style="
......@@ -414,7 +416,7 @@ export default {
width3: 200,
width2: 100,
width5: 220,
width1: 100,
width1: 120,
height: 550,
},
// 搜索用户
......@@ -439,7 +441,7 @@ export default {
width2: 400,
width1: 200,
height: 480,
btnwidth: 200,
btnwidth: 90,
},
// 搜索用户组
groupSearchParams: {
......
......@@ -502,6 +502,10 @@
//border: 1px solid darkblue;
position: absolute;
right: 24px;
.addBtn{
border-color: #055fe7!important;
color: #055fe7!important;
}
.btn {
width: 96px;
height: 32px;
......@@ -546,6 +550,9 @@
.addbtns {
width: 100%;
text-align: center;
position: absolute;
bottom: 30px;
left: 0;
.btn1 {
width: 72px;
height: 40px;
......@@ -555,7 +562,7 @@
font-size: 14px;
color: #2e3846;
line-height: 40px;
margin-right: 15px;
margin-right: 30px;
cursor: pointer;
}
.btn2 {
......
......@@ -77,6 +77,7 @@
height: 750px;
width: 100%;
margin-top: 10px;
border-top: 1px solid #EEEEEE;
.tags{
width: 100px;
height: 24px;
......@@ -205,6 +206,7 @@
height: 750px;
width: 100%;
margin-top: 10px;
border-top: 1px solid #EEEEEE;
.tags{
width: 100px;
height: 24px;
......
......@@ -237,27 +237,37 @@
padding-left: 30px;
padding-top: 8px;
.line {
width: 190px;
height: 30px;
}
}
.div2 {
width: 100%;
height: 85px;
padding-left: 30px;
border-bottom: 1px solid #eeeeee;
.el-checkbox {
margin: 10px 20px 0 25px;
}
.line {
width: 190px;
height: 30px;
}
}
.div1 {
width: 100%;
height: 65px;
padding-left: 30px;
border-bottom: 1px solid #eeeeee;
.el-checkbox {
margin: 25px 20px 0 25px;
}
.line /deep/{
width: 190px;
> .el-checkbox{
/////////////////////////////////////////
}
}
}
// 未选中字体颜色
......
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