king
2025-06-23 80deba0c2dcffd9e6b6f07815c7c52199309ce42
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;
@@ -132,8 +133,16 @@
        span.green {
          color: #26C281;
        }
        span.yellow {
          color: #fa541c;
        }
      }
    }
    .pending {
      position: absolute;
      left: 50%;
      top: 160px;
    }
  }
}