| | |
| | | |
| | | // 重置时间插件时间滚动条 |
| | | .ant-calendar-time-picker-select { |
| | | overflow-y: auto; |
| | | overflow-y: auto!important; |
| | | } |
| | | .ant-calendar-time-picker-select::-webkit-scrollbar { |
| | | width: 7px; |
| | | width: 6px; |
| | | } |
| | | .ant-calendar-time-picker-select::-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); |
| | | box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.08); |
| | | background: rgba(0, 0, 0, 0.08); |
| | | } |
| | | .ant-calendar-time-picker-select::-webkit-scrollbar-track { |
| | | box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.05); |