king
2021-01-13 23cb54bbb041413ba327d046a4b396267ef2ecfe
src/tabviews/zshare/settingcomponent/index.scss
@@ -2,13 +2,23 @@
  .page-setting {
    position: fixed;
    z-index: 2;
    bottom: 110px;
    bottom: 65px;
    right: 30px;
    width: 40px;
    height: 40px;
  }
}
.common-table-custom-modal {
.custom-popview {
  .page-setting-wrap {
    display: none;
  }
}
.page-message-wrap:has(.page-message) + .page-setting-wrap {
  .page-setting {
    bottom: 110px;
  }
}
.custom-setting-modal {
  .ant-modal {
    top: 50px;
    padding-bottom: 5px;
@@ -16,8 +26,24 @@
      max-height: calc(100vh - 190px);
      min-height: 250px;
      overflow-y: auto;
      padding-top: 0px;
      position: relative;
      .ant-spin {
        position: absolute;
        left: calc(50% - 22px);
        top: 100px;
      }
      .ant-empty {
        margin: 15vh 8px;
        margin-top: 30px;
      }
      .component-title {
        font-size: 16px;
        display: inline-block;
        margin: 20px 0px 10px 0px;
        padding: 0 10px;
        border-bottom: 2px solid #1890ff;
      }
    }
    .ant-modal-body::-webkit-scrollbar {