This commit is contained in:
X1627315083
2025-02-14 17:41:35 +08:00
parent 5cb48e49ae
commit 36953bb1bb
4 changed files with 43 additions and 31 deletions

View File

@@ -870,6 +870,9 @@ tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::afte
}
.ant-select-dropdown .ant-select-item-option-selected:not(.ant-select-item-option-disabled) {
background-color: #f3f3f6;
width: 100%;
overflow: hidden;
box-sizing: border-box;
}
.generalModel {
-moz-user-select: none;

View File

@@ -943,6 +943,9 @@ tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::afte
border-radius: 1rem;
.ant-select-item-option-selected:not(.ant-select-item-option-disabled){
background-color: #f3f3f6;
width: 100%;
overflow: hidden;
box-sizing: border-box;
}
}