From 056dcb4116fbfef04df0f66bb0ff8ab1a6215076 Mon Sep 17 00:00:00 2001 From: metersphere-bot <78466014+metersphere-bot@users.noreply.github.com> Date: Thu, 1 Jul 2021 19:26:55 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E8=A7=A3=E5=86=B3=E6=8E=A5=E5=8F=A3?= =?UTF-8?q?=E8=87=AA=E5=8A=A8=E5=8C=96=E5=9C=BA=E6=99=AF=E5=88=97=E8=A1=A8?= =?UTF-8?q?=E9=94=99=E4=BD=8D=E9=97=AE=E9=A2=98=20(#4291)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: BugKing --bug=1004709 --user=王振 【测试计划】场景用例列表,复选框样式问题 https://www.tapd.cn/55049933/s/1023997 --- .../components/api/automation/scenario/ApiScenarioList.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/business/components/api/automation/scenario/ApiScenarioList.vue b/frontend/src/business/components/api/automation/scenario/ApiScenarioList.vue index 2b8f8464bc..f3ff1a1280 100644 --- a/frontend/src/business/components/api/automation/scenario/ApiScenarioList.vue +++ b/frontend/src/business/components/api/automation/scenario/ApiScenarioList.vue @@ -943,6 +943,6 @@ export default { } /deep/ .el-table__fixed-body-wrapper { - top: 60px !important; + top: 48px !important; }