king
2022-09-06 bdfec44c9f3a37dbbe05bf14a252ffec04132a86
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 {