| | |
| | | position: relative; |
| | | width: calc(100vw - 235px); |
| | | height: 100%; |
| | | overflow-y: hidden; |
| | | // overflow-y: hidden; |
| | | background: #ffffff; |
| | | .ant-switch.big { |
| | | min-width: 60px; |
| | |
| | | } |
| | | .ant-card-body { |
| | | position: relative; |
| | | padding: 0; |
| | | padding: 0 0 40px; |
| | | |
| | | .search-list { |
| | | padding: 1px 24px 20px; |
| | |
| | | } |
| | | } |
| | | } |
| | | > .anticon-setting { |
| | | > .anticon-question-circle { |
| | | position: absolute; |
| | | font-size: 18px; |
| | | right: 15px; |
| | | top: 30px; |
| | | left: 5px; |
| | | top: 20px; |
| | | } |
| | | > .anticon-plus { |
| | | position: absolute; |
| | | font-size: 24px; |
| | | right: 25px; |
| | | top: 50px; |
| | | z-index: 1; |
| | | cursor: pointer; |
| | | } |
| | | > .anticon-delete { |
| | | position: absolute; |
| | | font-size: 24px; |
| | | right: 25px; |
| | | top: 50px; |
| | | z-index: 1; |
| | | cursor: pointer; |
| | | } |
| | | .ant-tabs-nav-container-scrolling { |
| | | margin-right: 50px; |
| | | } |
| | | } |
| | | > .anticon-setting { |
| | | position: absolute; |
| | | font-size: 18px; |
| | | right: 15px; |
| | | right: 5px; |
| | | top: 10px; |
| | | padding: 10px; |
| | | z-index: 1; |
| | | } |
| | | } |
| | | .anticon-question-circle { |
| | |
| | | top: 5px; |
| | | } |
| | | } |
| | | .setting:hover { |
| | | overflow-y: auto; |
| | | .setting { |
| | | overflow-y: scroll; |
| | | } |
| | | .setting::-webkit-scrollbar { |
| | | width: 7px; |
| | |
| | | border-radius: 5px; |
| | | box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.13); |
| | | background: rgba(0, 0, 0, 0.13); |
| | | display: none; |
| | | } |
| | | .setting::-webkit-scrollbar-track { |
| | | box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.05); |
| | |
| | | border: 1px solid rgba(0, 0, 0, 0.07); |
| | | background: rgba(0, 0, 0, 0); |
| | | } |
| | | .setting:hover::-webkit-scrollbar-thumb { |
| | | display: block; |
| | | } |
| | | .ant-spin { |
| | | position: absolute; |
| | | margin-left: calc(50vw - 22px); |