邓洁: 测试select样式

This commit is contained in:
邓洁
2024-01-25 22:58:46 +08:00
parent b663fc9ea2
commit 56d25805e1
2 changed files with 93 additions and 1 deletions

View File

@@ -343,11 +343,28 @@ const handleSelect = async (selection, row) => {
</script>
<style lang="scss">
.user-select {
.el-select__wrapper{
min-height: 75px;
height: auto !important;
background-color: transparent;
border: 1px solid #08B7B8;
font-size: 35px;
width: 476px;
}
.el-select__selected-item {
height: 54px;
line-height: 54px;
}
.el-select__caret{
font-size: 35px !important;
}
.el-input {
min-height: 75px;
height: auto !important;
}
.el-form-item.is-error .el-input__wrapper {
box-shadow: none;
}
.el-select__popper {
margin-top: -12px !important;
background: #072247 !important;