king
2024-05-21 f0bf8c399c354c22227f8f1a76ed806098db59c0
src/menu/modalconfig/index.scss
@@ -76,8 +76,16 @@
    height: 100%;
    overflow-y: hidden;
    background: #ffffff;
    .ant-card-head {
      min-height: 44px;
    .ant-card {
      padding-top: 45px;
      .ant-card-head {
        min-height: 44px;
        position: fixed;
        width: calc(100vw - 235px);
        top: 48px;
        z-index: 12;
        background: #ffffff;
      }
    }
    .ant-card-head-title {
      padding: 5px 0;
@@ -265,12 +273,6 @@
        top: 5px;
        padding: 10px;
        cursor: pointer;
      }
      .paste-Icon {
        position: absolute;
        font-size: 16px;
        right: 15px;
        top: 65px;
      }
    }
  }