king
2025-04-21 f3d4db769ba9b51b799d981511a710fd443d0e08
src/tabviews/zshare/settingcomponent/index.scss
@@ -1,27 +1,12 @@
.page-setting-wrap {
  .page-setting {
    position: fixed;
    z-index: 2;
    bottom: 55px;
    right: 20px;
    width: 40px;
    height: 40px;
  }
}
.custom-popview {
  .page-setting-wrap {
    display: none;
  }
}
.page-message-wrap.exist + .page-setting-wrap {
  .page-setting {
    bottom: 100px;
  }
}
.custom-setting-modal {
  .ant-modal {
    top: 50px;
    padding-bottom: 5px;
    .ant-modal-footer {
      .ant-btn-danger:hover {
        color: #ffffff!important;
      }
    }
    .ant-modal-body {
      max-height: calc(100vh - 190px);
      min-height: 250px;
@@ -29,6 +14,12 @@
      padding-top: 0px;
      position: relative;
      .tip {
        float: right;
        margin-top: 10px;
        color: #b6b6b6;
      }
      .ant-spin {
        position: absolute;
        left: calc(50% - 22px);