king
2023-04-07 20185ab64a165df51515d9fa1c9b12a7a8c55f59
src/menu/components/card/cardcellcomponent/dragaction/index.scss
@@ -214,4 +214,21 @@
    background-repeat: no-repeat;
    background-size: cover;
  }
  .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;
    }
  }
}