king
2024-07-09 c245375baa043bb714a1415d8db365616f456bcc
src/menu/components/card/cardcellcomponent/dragaction/index.scss
@@ -240,4 +240,18 @@
      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;
  }
}