king
2021-11-16 cb8c83978177a8d3de769fca12d2aa3642eb0275
src/mob/modalconfig/index.scss
@@ -176,26 +176,15 @@
          font-size: 16px;
        }
      }
      .modal-btns {
        display: flex;
        .modal-reset {
          display: inline-block;
          height: 50px;
          width: 30%;
          font-size: 20px;
          border-radius: 0;
          opacity: 0.5;
          cursor: default;
        }
        .modal-submit {
          display: inline-block;
          width: 70%;
          border-radius: 0;
          opacity: 0.5;
          cursor: default;
          font-size: 20px;
          height: 50px;
        }
      .modal-submit {
        display: block;
        width: calc(100% - 30px);
        opacity: 0.5;
        cursor: default;
        font-size: 20px;
        height: 50px;
        margin: 15px 15px;
        border-radius: 25px;
      }
      .modal-fields-row {
@@ -262,7 +251,6 @@
                margin-top: 4px;
              }
              .ant-input-number {
                width: 100%;
                margin-top: 4px;
              }
              .normal-braft-editor {