.mk-pop-select {
|
.ant-select-selection__rendered {
|
margin-right: 30px;
|
}
|
.ant-select-selection__clear {
|
right: 35px;
|
}
|
.ant-select-arrow {
|
transform: translate(8px, -9px);
|
.ant-select-arrow-icon {
|
padding: 7px;
|
color: rgba(0, 0, 0, 0.25);
|
transition: color 0.2s;
|
font-size: 14px;
|
svg {
|
transition: none!important;
|
transform: none!important;
|
}
|
}
|
.ant-select-arrow-icon:hover {
|
color: var(--mk-sys-color);
|
}
|
}
|
}
|
.mk-pop-select-modal {
|
.ant-modal-body {
|
min-height: 200px;
|
max-height: calc(100vh - 210px);
|
overflow-y: auto;
|
|
.ant-input-search {
|
max-width: 300px;
|
margin-bottom: 20px;
|
}
|
table {
|
td {
|
padding: 12px 16px;
|
}
|
tr:not(.ant-table-row-selected):hover > td {
|
background-color: var(--mk-sys-color1);
|
}
|
tr.ant-table-row-selected td {
|
background-color: var(--mk-sys-color3);
|
}
|
tr:not(.mk-disable-line) {
|
cursor: pointer;
|
}
|
.mk-disable-line {
|
color: rgba(0, 0, 0, 0.35);
|
}
|
}
|
}
|
.ant-modal-body::-webkit-scrollbar {
|
width: 7px;
|
}
|
.ant-modal-body::-webkit-scrollbar-thumb {
|
border-radius: 5px;
|
box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.13);
|
background: rgba(0, 0, 0, 0.13);
|
}
|
.ant-modal-body::-webkit-scrollbar-track {
|
box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.05);
|
border-radius: 3px;
|
border: 1px solid rgba(0, 0, 0, 0.07);
|
background: rgba(0, 0, 0, 0);
|
}
|
|
.ant-modal-footer {
|
.ant-btn-primary {
|
display: none;
|
}
|
}
|
}
|