| | |
| | | font-style: inherit; |
| | | font-weight: inherit; |
| | | text-decoration: inherit; |
| | | font-family: inherit; |
| | | } |
| | | .ant-mk-text:not(.line1):not(.line) { |
| | | word-break: break-word; |
| | |
| | | border-bottom: 0; |
| | | border-left: 0; |
| | | border-right: 0; |
| | | } |
| | | .ant-mk-tag { |
| | | .tag-item { |
| | | display: inline-block; |
| | | vertical-align: top; |
| | | } |
| | | } |
| | | .ant-mk-check { |
| | | white-space: nowrap; |
| | |
| | | background-position: center center; |
| | | background-repeat: no-repeat; |
| | | background-size: cover; |
| | | position: unset!important; |
| | | vertical-align: top; |
| | | } |
| | | .sort-wrap { |
| | | position: relative; |
| | | margin-left: 5px; |
| | | font-size: 12px; |
| | | color: #bfbfbf; |
| | | display: none; |
| | | |
| | | .anticon-caret-up { |
| | | position: relative; |
| | | top: -4px; |
| | | } |
| | | .anticon-caret-down { |
| | | position: absolute; |
| | | top: 5px; |
| | | left: 0px; |
| | | } |
| | | } |
| | | .no-value-hide >div::before { |
| | | content: '*'; |
| | | position: absolute; |
| | | top: 0px; |
| | | left: 0px; |
| | | font-size: 18px; |
| | | color: orange; |
| | | line-height: 1; |
| | | height: 8px; |
| | | opacity: 0; |
| | | } |
| | | .no-value-hide:hover >div::before { |
| | | opacity: 1; |
| | | } |
| | | } |
| | | td:hover { |
| | | .card-detail-row { |
| | | .no-value-hide >div::before { |
| | | opacity: 1; |
| | | } |
| | | } |
| | | } |