邓洁: 测试select样式
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user