| | |
| | | .header-drag-menu { |
| | | float: left; |
| | | } |
| | | .edit-check { |
| | | font-size: 18px; |
| | | margin-top: 14px; |
| | | margin-left: 10px; |
| | | cursor: pointer; |
| | | } |
| | | .mask { |
| | | position: fixed; |
| | | top: 48px; |
| | | left: 0px; |
| | | right: 0px; |
| | | bottom: calc(100vh - 48px); |
| | | transition: bottom 0.2s |
| | | } |
| | | .mask.active { |
| | | bottom: 0px; |
| | | background-color: rgba(0, 0, 0, 0.15); |
| | | } |
| | | } |
| | | .header-dropdown { |
| | | li { |
| | | padding: 5px 25px; |
| | | } |
| | | } |
| | | .edit-switch { |
| | | margin-left: 10px; |
| | | } |
| | | .edit-modal-footer{ |
| | | padding: 10px 16px; |
| | | text-align: right; |
| | | background: transparent; |
| | | border-top: 1px solid #e8e8e8; |
| | | border-radius: 0 0 4px 4px; |
| | | margin-left: -24px; |
| | | margin-right: -24px; |
| | | margin-bottom: -20px; |
| | | .ant-btn { |
| | | margin-right: 7px; |
| | | } |
| | | } |