From 12436d51b5889c47c871bb843be82faf5a0aab43 Mon Sep 17 00:00:00 2001 From: chenjianxing Date: Thu, 31 Dec 2020 16:40:02 +0800 Subject: [PATCH] =?UTF-8?q?refator:=20=E6=A0=B7=E5=BC=8F=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../definition/components/list/ApiList.vue | 41 ++++++++++++++++--- 1 file changed, 35 insertions(+), 6 deletions(-) diff --git a/frontend/src/business/components/api/definition/components/list/ApiList.vue b/frontend/src/business/components/api/definition/components/list/ApiList.vue index b9d635ff80..433b6f231d 100644 --- a/frontend/src/business/components/api/definition/components/list/ApiList.vue +++ b/frontend/src/business/components/api/definition/components/list/ApiList.vue @@ -9,14 +9,15 @@ - - - - - + + + + + + @@ -470,4 +471,32 @@ margin-right: 20px; } + .api-list >>> th:first-child { + /*border: 1px solid #DCDFE6;*/ + /*border-right: 0px;*/ + /*border-top-left-radius:5px;*/ + /*border-bottom-left-radius:5px;*/ + /*width: 20px;*/ + + } + + .api-list >>> th:nth-child(2) { + /*border: 1px solid #DCDFE6;*/ + /*border-left: 0px;*/ + /*border-top-right-radius:5px;*/ + /*border-bottom-right-radius:5px;*/ + } + + .api-list >>> th:first-child>.cell { + padding: 5px; + width: 30px; + } + .api-list >>> th:nth-child(2)>.cell { + /*background-color: black;*/ + } + + .api-list >>> .el-dropdown { + float: left; + } +