king
2023-09-05 be107069b14c8d23b9d1aa50391897324dfa9f35
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;