king
2024-07-10 e1d8b67d9219f1631e855542155d6db21aa31a97
src/menu/components/card/cardcellcomponent/dragaction/index.scss
@@ -4,6 +4,7 @@
    font-style: inherit;
    font-weight: inherit;
    text-decoration: inherit;
    font-family: inherit;
  }
  .ant-mk-text:not(.line1):not(.line) {
    word-break: break-word;
@@ -92,6 +93,12 @@
    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;
@@ -213,5 +220,45 @@
    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;
    }
  }
}