2025-10-27 14:55:34 +08:00
|
|
|
.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;
|
2025-10-30 10:17:27 +08:00
|
|
|
height: 30px;
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
-webkit-user-select: none;
|
|
|
|
|
-moz-user-select: none;
|
|
|
|
|
-ms-user-select: none;
|
|
|
|
|
-o-text-overflow: ellipsis;
|
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
|
|
|
|
|
.wdb {
|
|
|
|
|
word-break: break-all !important;
|
|
|
|
|
word-wrap: break-word !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.cursor-pointer {
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
2025-10-28 15:09:36 +08:00
|
|
|
|
|
|
|
|
&:hover, &:focus {
|
|
|
|
|
border-color: #57c5f7;
|
2025-10-27 14:55:34 +08:00
|
|
|
}
|
|
|
|
|
|
2025-10-28 15:09:36 +08:00
|
|
|
.arrow {
|
|
|
|
|
position: absolute;
|
|
|
|
|
right: 4px;
|
|
|
|
|
top: 8px;
|
|
|
|
|
color: #979797;
|
|
|
|
|
}
|
2025-10-27 14:55:34 +08:00
|
|
|
}
|
2025-10-28 15:09:36 +08:00
|
|
|
|
2025-10-27 14:55:34 +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;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|