邓洁: 测试select样式
This commit is contained in:
@@ -352,12 +352,27 @@ const handleSelect = async (selection, row) => {
|
||||
width: 476px;
|
||||
}
|
||||
.el-select__selected-item {
|
||||
height: 54px;
|
||||
line-height: 54px;
|
||||
//height: 54px;
|
||||
//line-height: 54px;
|
||||
.el-tag {
|
||||
max-width: none!important;
|
||||
height: 55px;
|
||||
font-size: 43px;
|
||||
.el-icon {
|
||||
font-size: 51px;
|
||||
}
|
||||
}
|
||||
}
|
||||
.el-select__caret{
|
||||
font-size: 35px !important;
|
||||
}
|
||||
.el-select-dropdown__item.is-hovering {
|
||||
background-color: #064B66 !important;
|
||||
}
|
||||
.el-select-dropdown.is-multiple .el-select-dropdown__item.is-selected:after {
|
||||
width: 42px;
|
||||
height: 42px;
|
||||
}
|
||||
.el-input {
|
||||
min-height: 75px;
|
||||
height: auto !important;
|
||||
|
||||
Reference in New Issue
Block a user