king
8 天以前 a1e9b18a4dbfd21e1bf4d5cb60974ac2f0115efd
src/tabviews/zshare/actionList/index.scss
@@ -1,14 +1,36 @@
.button-list.toolbar-button {
  position: relative;
  padding: 15px 0px 5px;
  background: #ffffff;
  padding: 15px 0px 0px;
  min-height: 55px;
  background: transparent;
  button {
    min-width: 65px;
    min-width: 60px;
    margin-right: 15px;
    margin-bottom: 10px;
    margin-bottom: 10px!important;
    overflow: hidden;
    min-height: 28px;
    height: auto;
  }
  .ant-btn-icon-only {
    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 {
@@ -26,7 +48,8 @@
    display: none;
  }
}
.mk-more {
.mk-button-more {
  display: inline-block;
  height: 28px;
  border: 1px solid #d8d8d8;
@@ -49,6 +72,10 @@
    height: 34px;
    border-radius: 0px;
    padding-left: 15px!important;
    border: none;
    color: rgba(0, 0, 0, 0.65)!important;
    border-bottom: 1px solid #e8e8e8!important;
    background: #ffffff!important;
    .anticon {
      display: none;
    }