| | |
| | | .ant-modal-body { |
| | | position: relative; |
| | | padding: 24px 50px; |
| | | min-height: 200px; |
| | | min-height: 250px; |
| | | max-height: calc(100vh - 210px); |
| | | .ant-cascader-picker { |
| | | .ant-cascader-picker, .ant-select { |
| | | width: 300px; |
| | | } |
| | | .ant-radio-group { |
| | | display: block; |
| | | margin-bottom: 20px; |
| | | .ant-radio-button-wrapper { |
| | | width: 150px; |
| | | text-align: center; |
| | | } |
| | | } |
| | | img { |
| | | max-width: 300px; |
| | | max-height: 150px; |
| | | display: block; |
| | | margin: 10px; |
| | | } |
| | | .ant-spin { |
| | | position: absolute; |
| | | left: 50%; |
| | | left: calc(50% - 10px); |
| | | top: 75px; |
| | | } |
| | | } |
| | | } |
| | | .sync-cascader { |
| | | .ant-cascader-menu { |
| | | height: 200px; |
| | | min-width: 120px; |
| | | } |
| | | } |