邓洁: 测试select样式

This commit is contained in:
邓洁
2024-01-25 23:14:34 +08:00
parent 8292f250a5
commit 00257537a2
2 changed files with 17 additions and 77 deletions

View File

@@ -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;