| | |
| | | .ant-select { |
| | | width: 100%; |
| | | } |
| | | > td { |
| | | padding: 16px 10px; |
| | | span.ant-radio + * { |
| | | padding-left: 2px; |
| | | } |
| | | > td { |
| | | padding: 14px 10px; |
| | | } |
| | | > td:last-child { |
| | | padding: 0px; |
| | | } |
| | | textarea.ant-input { |
| | | vertical-align: middle; |
| | | } |
| | | } |
| | | .editable-row.active { |
| | | td { |
| | | background-color: #bae7ff!important; |
| | | } |
| | | } |
| | | .mk-index { |
| | | text-align: center; |
| | | white-space: nowrap; |
| | | } |
| | | |
| | | thead tr th:last-child { |
| | |
| | | .edit-operation-btn { |
| | | display: block; |
| | | text-align: center; |
| | | span { |
| | | > span { |
| | | margin-right: 10px; |
| | | cursor: pointer; |
| | | font-size: 16px; |
| | | padding: 5px; |
| | | } |
| | | .primary { |
| | | color: #1890ff; |
| | | } |
| | | .copy { |
| | | color: #26C281; |
| | | } |
| | | .status { |
| | | color: #8E44AD; |
| | | } |
| | | .danger { |
| | | color: #ff4d4f; |
| | |
| | | .danger { |
| | | color: rgba(0, 0, 0, .25); |
| | | } |
| | | .status { |
| | | color: rgba(0, 0, 0, .25); |
| | | } |
| | | .copy { |
| | | color: rgba(0, 0, 0, .25); |
| | | } |
| | | } |
| | | .ant-empty { |
| | | margin: 0; |
| | | } |
| | | tr.drop-over-downward td { |
| | | border-bottom: 2px dashed #1890ff; |
| | | } |
| | | tr.drop-over-upward td { |
| | | border-top: 2px dashed #1890ff; |
| | | } |
| | | .copy-control { |
| | | display: inline-block; |
| | | position: absolute; |
| | | right: 10px; |
| | | top: 2px; |
| | | |
| | | .anticon-copy { |
| | | margin-right: 7px; |
| | | color: #26C281; |
| | | } |
| | | .anticon-snippets { |
| | | color: purple; |
| | | } |
| | | .anticon-delete { |
| | | margin-left: 7px; |
| | | color: #ff4d4f; |
| | | } |
| | | } |
| | | } |
| | | |