Commit e47b76c2 by 曾经

Merge branch 'feature/7月基础一异常冻结会员' into dev

* feature/7月基础一异常冻结会员:
  行高
  冻结会员 选中列表 间距
parents 8a59c7f2 1599d642
......@@ -57,6 +57,7 @@
padding: 20px 0 0;
}
/deep/.el-table {
.setting-cell.el-table__cell {
display: flex;
align-items: center;
......@@ -98,6 +99,10 @@
white-space: nowrap;
padding-left: 10px;
}
/deep/.el-table__header /deep/.cell {
padding-left: 10px;
}
/deep/.el-table-column--selection {
.cell {
......
......@@ -69,6 +69,7 @@
padding: 20px 0 0;
}
/deep/.el-table {
.setting-cell.el-table__cell {
display: flex;
align-items: center;
......@@ -110,6 +111,10 @@
white-space: nowrap;
padding-left: 10px;
}
/deep/.el-table__header /deep/.cell {
padding-left: 10px;
}
/deep/.el-table-column--selection {
.cell {
......
......@@ -57,6 +57,8 @@
position: relative;
border: 1px solid #DCDFE6;
border-radius: 4px;
margin-bottom: 22px;
box-sizing: border-box;
.selected-top{
background: white;
position: relative;
......@@ -78,6 +80,10 @@
display: flex;
align-items: center;
height: 40px;
margin-bottom: 4px;
&:last-child{
margin-bottom: 0;
}
&:hover{
background: #F7F8FA;
.icon-close{
......
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