king
2021-07-23 c7414c3cc93649479119d51b230c4b8e36884ca7
src/views/interface/workspace/request/index.scss
@@ -107,6 +107,7 @@
    border-radius: 0;
  }
  .response {
    position: relative;
    min-height: 400px;
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
@@ -137,6 +138,11 @@
        }
      }
    }
    .pending {
      position: absolute;
      left: 50%;
      top: 160px;
    }
  }
}