style: Administration tab列表更多Select下拉样式调整

This commit is contained in:
@changcode
2023-01-16 17:19:30 +08:00
parent 156979e79e
commit 05677d5fb6
2 changed files with 14 additions and 6 deletions

View File

@@ -11,7 +11,9 @@
z-index: 999999;
box-shadow: 0 0 10px #CCC;
box-sizing: border-box;
.pop-title {
margin: 10px 0;
}
.el-button--mini{
padding: 5px 7px;
}
@@ -23,7 +25,6 @@
top: 33px;
}
.custom-labels {
margin-top: 12px;
width: 100%;
height: 300px;
}
@@ -41,8 +42,7 @@
font-size: 14px;
}
.custom-label:hover{
color: #cccccc;
background-color: #DCDFE6;
background-color: rgba(220, 223, 230, .5)
}
.custom-title{
padding: 2px 0 2px 2px;
@@ -57,6 +57,14 @@
display: flex;
justify-content: space-between;
align-items: center;
.custom-bottom-btns-right {
.el-button:nth-of-type(1) {
margin-right: 3px;
}
.el-button .top-tool-btn-save {
color: #fff;
}
}
}
.unshow {
display: none;