| | |
| | | table { |
| | | max-width: 100%; |
| | | width: 100%; |
| | | .ant-table-column-title { |
| | | white-space: nowrap; |
| | | .ant-table-thead { |
| | | tr { |
| | | th { |
| | | position: relative; |
| | | |
| | | .ant-table-column-title { |
| | | white-space: nowrap; |
| | | position: static!important; |
| | | .anticon-link { |
| | | // color: #1890ff; |
| | | opacity: 0.5; |
| | | position: absolute; |
| | | left: 0px; |
| | | bottom: 0px; |
| | | font-size: 12px; |
| | | } |
| | | } |
| | | } |
| | | } |
| | | } |
| | | .ant-table-selection-column { |
| | | width: 60px; |
| | |
| | | img { |
| | | max-width: 100%; |
| | | } |
| | | .image-scale { |
| | | cursor: zoom-in; |
| | | } |
| | | } |
| | | .text { |
| | | .ant-btn > .anticon + span { |
| | |
| | | left: 0px; |
| | | right: 0px; |
| | | bottom: 0px; |
| | | } |
| | | .link-menu { |
| | | cursor: pointer; |
| | | } |
| | | |
| | | .content { |
| | |
| | | display: block; |
| | | } |
| | | } |
| | | } |
| | | .image-scale-modal { |
| | | width: 70vw; |
| | | min-height: 80vh; |
| | | top: 10vh; |
| | | .ant-modal-body { |
| | | min-height: calc(80vh - 110px); |
| | | line-height: calc(80vh - 160px); |
| | | text-align: center; |
| | | } |
| | | .ant-modal-footer { |
| | | text-align: center; |
| | | span { |
| | | display: inline-block; |
| | | color: #1890ff; |
| | | padding: 5px 15px; |
| | | cursor: pointer; |
| | | } |
| | | } |
| | | } |