From 879268610d8394464a2b63b9339bb6e6797ae336 Mon Sep 17 00:00:00 2001 From: "song.tianyang" Date: Mon, 1 Feb 2021 15:02:53 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=9B=BA=E5=AE=9A=E5=88=97=E7=9A=84?= =?UTF-8?q?=E8=A1=A8=E6=A0=BC=EF=BC=8C=E5=88=97=E5=AE=BD=E8=AE=BE=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 针对固定列的表格,设置最小列宽,避免拖动过程中由于表头换行导致的表格固定列和普通列的错位 --- .../automation/scenario/ApiScenarioList.vue | 32 +++++++++++++++---- .../components/list/ApiCaseSimpleList.vue | 26 +++++++++------ .../definition/components/list/ApiList.vue | 28 ++++++++++++++-- .../track/case/components/TestCaseList.vue | 7 ++++ .../functional/FunctionalTestCaseList.vue | 32 ++++++++++++++++++- 5 files changed, 105 insertions(+), 20 deletions(-) diff --git a/frontend/src/business/components/api/automation/scenario/ApiScenarioList.vue b/frontend/src/business/components/api/automation/scenario/ApiScenarioList.vue index f1a1d269ec..566225d774 100644 --- a/frontend/src/business/components/api/automation/scenario/ApiScenarioList.vue +++ b/frontend/src/business/components/api/automation/scenario/ApiScenarioList.vue @@ -20,7 +20,7 @@ @selectPageAll="isSelectDataAll(false)" @selectAll="isSelectDataAll(true)"/> - + @@ -28,6 +28,7 @@