fix : 修复设备管理序列号样式
This commit is contained in:
@@ -532,9 +532,25 @@ getList()
|
|||||||
width: 450px!important;
|
width: 450px!important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.el-table__cell{
|
.el-select.serialNumber {
|
||||||
|
border-radius: 6px!important;
|
||||||
|
border: 1px solid #05FEFF!important;
|
||||||
|
background-color: transparent!important;
|
||||||
|
.el-select__wrapper{
|
||||||
|
//height: 53px!important;
|
||||||
|
color: #FFFFFF!important;
|
||||||
|
font-size: 40px!important;
|
||||||
|
height: auto!important;
|
||||||
|
line-height: normal!important;
|
||||||
|
}
|
||||||
|
.el-select__placeholder {
|
||||||
|
height: 54px;
|
||||||
|
line-height: 54px;
|
||||||
|
color: #FFFFFF;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.serialNumber-select.el-popper {
|
.serialNumber-select.el-popper {
|
||||||
background: #064B66 !important;
|
background: #064B66 !important;
|
||||||
border: 2px solid #05FEFF !important;
|
border: 2px solid #05FEFF !important;
|
||||||
@@ -542,7 +558,9 @@ getList()
|
|||||||
.el-select-dropdown {
|
.el-select-dropdown {
|
||||||
min-width: 130px !important;
|
min-width: 130px !important;
|
||||||
}
|
}
|
||||||
|
.el-select-dropdown__item.is-hovering{
|
||||||
|
background-color: #064B66 !important;
|
||||||
|
}
|
||||||
.el-select-dropdown__item {
|
.el-select-dropdown__item {
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
border-bottom: 1px solid #05FEFF;
|
border-bottom: 1px solid #05FEFF;
|
||||||
|
|||||||
Reference in New Issue
Block a user