| | |
| | | z-index: 1090!important; |
| | | } |
| | | |
| | | .mk-normal-dropdown { |
| | | .ant-dropdown-menu { |
| | | max-height: 250px; |
| | | overflow-y: auto; |
| | | } |
| | | .ant-dropdown-menu::-webkit-scrollbar { |
| | | width: 7px; |
| | | } |
| | | .ant-dropdown-menu::-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-dropdown-menu::-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.ant-modal-confirm { |
| | | top: 38vh; |
| | |
| | | border: 1px solid rgba(0, 0, 0, 0.07); |
| | | background: rgba(0, 0, 0, 0); |
| | | } |
| | | } |
| | | |
| | | .ant-drawer { |
| | | z-index: 1080!important; |
| | | } |