邓洁: 测试select样式

This commit is contained in:
邓洁
2024-01-25 23:23:11 +08:00
parent 00257537a2
commit b7695d11d4

View File

@@ -351,6 +351,10 @@ const handleSelect = async (selection, row) => {
font-size: 35px;
width: 476px;
}
.el-select__placeholder.is-transparent {
height: 54px;
line-height: 54px;
}
.el-select__selected-item {
//height: 54px;
//line-height: 54px;
@@ -358,8 +362,10 @@ const handleSelect = async (selection, row) => {
max-width: none!important;
height: 55px;
font-size: 43px;
.el-icon {
font-size: 51px;
.el-icon {
font-size: 51px;
width: auto;
height: auto;
}
}
}