salary-management-front/pc4mobx/hrmSalary/components/CustomSelect/index.less

43 lines
675 B
Plaintext
Raw Normal View History

.customMuiSelect {
2025-10-28 15:09:36 +08:00
border: none;
padding: 0;
.wea-select-input {
min-width: 100px;
width: 100%;
display: inline-block;
padding: 4px 17px 4px 4px;
position: relative;
min-height: 30px;
border: 1px solid #d9d9d9;
user-select: none;
&:hover, &:focus {
border-color: #57c5f7;
}
2025-10-28 15:09:36 +08:00
.arrow {
position: absolute;
right: 4px;
top: 8px;
color: #979797;
}
}
2025-10-28 15:09:36 +08:00
}
2025-10-28 15:09:36 +08:00
.wea-select-panel {
padding: 5px 0;
max-height: 200px;
border-radius: 3px;
background: #fff;
border: 1px solid #ddd;
.wea-select-panel-item {
padding: 5px 10px;
&:hover {
background-color: #e9f7ff;
}
}
}