From d59f518f466274b2caeb2e01c10c92deafe7c93b Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 09 二月 2022 11:48:29 +0800 Subject: [PATCH] 2022-02-09 --- src/views/interface/workspace/request/index.scss | 21 +++++++++++++++++++++ 1 files changed, 21 insertions(+), 0 deletions(-) diff --git a/src/views/interface/workspace/request/index.scss b/src/views/interface/workspace/request/index.scss index bd7c551..7dfc719 100644 --- a/src/views/interface/workspace/request/index.scss +++ b/src/views/interface/workspace/request/index.scss @@ -8,6 +8,10 @@ .request-interface { background: #ffffff; margin-bottom: 10px; + + .ant-input-group.ant-input-group-compact > *:not(:last-child) { + border-right-width: 0px; + } .ant-select-selection { height: 40px; width: 90px; @@ -74,15 +78,23 @@ line-height: 40px; padding-left: 15px; border-top: 1px solid #e8e8e8; + .ant-radio-wrapper { + margin-right: 20px; + } } .body-content { display: none; .no-body { color: rgba(0, 0, 0, 0.45); border-top: 1px solid #e8e8e8; + border-bottom: 1px solid #e8e8e8; text-align: center; height: 40px; line-height: 40px; + } + .CodeMirror { + height: 200px; + line-height: 1.5; } } .body-content.show { @@ -95,6 +107,7 @@ border-radius: 0; } .response { + position: relative; min-height: 400px; border-left: 1px solid #e8e8e8; border-right: 1px solid #e8e8e8; @@ -120,8 +133,16 @@ span.green { color: #26C281; } + span.yellow { + color: #fa541c; + } } } + .pending { + position: absolute; + left: 50%; + top: 160px; + } } } -- Gitblit v1.8.0