| | |
| | | .page-setting-wrap { |
| | | .page-setting { |
| | | position: fixed; |
| | | z-index: 2; |
| | | bottom: 55px; |
| | | right: 20px; |
| | | width: 40px; |
| | | height: 40px; |
| | | } |
| | | } |
| | | .custom-popview { |
| | | .page-setting-wrap { |
| | | display: none; |
| | | } |
| | | } |
| | | .page-message-wrap.exist + .page-setting-wrap { |
| | | .page-setting { |
| | | bottom: 100px; |
| | | } |
| | | } |
| | | .custom-setting-modal { |
| | | .ant-modal { |
| | | top: 50px; |
| | | padding-bottom: 5px; |
| | | .ant-modal-footer { |
| | | .ant-btn-danger:hover { |
| | | color: #ffffff!important; |
| | | } |
| | | } |
| | | .ant-modal-body { |
| | | max-height: calc(100vh - 190px); |
| | | min-height: 250px; |
| | |
| | | padding-top: 0px; |
| | | position: relative; |
| | | |
| | | .tip { |
| | | float: right; |
| | | margin-top: 10px; |
| | | color: #b6b6b6; |
| | | } |
| | | |
| | | .ant-spin { |
| | | position: absolute; |
| | | left: calc(50% - 22px); |