king
2022-08-16 cc836600db6b4adecaaeb383a09e6ff89a2f0553
src/tabviews/custom/components/card/table-card/index.scss
@@ -86,6 +86,18 @@
      background: #ffffff;
    }
  }
  .mk-more {
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    .anticon-down {
      margin-left: 2px;
    }
  }
  .mk-more.disabled {
    cursor: not-allowed;
    color: #bcbcbc;
  }
}
.custom-card-box::after {