king
2025-05-30 a1e9b18a4dbfd21e1bf4d5cb60974ac2f0115efd
src/tabviews/zshare/actionList/index.scss
@@ -16,6 +16,22 @@
    width: auto;
    padding: 0 15px;
  }
  .ant-btn.ant-btn-link {
    border-color: #d9d9d9;
  }
  .ant-btn.mk-btn-hover-bg:not([disabled]):hover {
    opacity: 1!important;
    color: #ffffff!important;
    border-color: var(--mk-sys-color)!important;
    background-color: var(--mk-sys-color)!important;
  }
  .ant-btn.mk-btn-hover-border:not([disabled]):hover {
    opacity: 1!important;
    color: var(--mk-sys-color)!important;
    border-color: var(--mk-sys-color)!important;
    background-color: #ffffff!important;
  }
  .loading-skeleton {
    background: -webkit-gradient(linear,left top,right top,color-stop(25%,#f5f5f5),color-stop(37%,#ffffff),color-stop(63%,#f5f5f5));
@@ -56,7 +72,10 @@
    height: 34px;
    border-radius: 0px;
    padding-left: 15px!important;
    border-bottom-width: 1px!important;
    border: none;
    color: rgba(0, 0, 0, 0.65)!important;
    border-bottom: 1px solid #e8e8e8!important;
    background: #ffffff!important;
    .anticon {
      display: none;
    }