From 1b84bd09062d3385a9d368b4d6fd63bfab05343c Mon Sep 17 00:00:00 2001 From: song-cc-rock Date: Fri, 31 Mar 2023 11:00:33 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=B5=8B=E8=AF=95=E8=B7=9F=E8=B8=AA):=20?= =?UTF-8?q?=E5=85=B3=E8=81=94=E7=94=A8=E4=BE=8B=E7=BC=BA=E9=99=B7=E5=A4=9A?= =?UTF-8?q?=E6=9D=A1=E6=95=B0=E6=8D=AE=E5=88=97=E8=A1=A8=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --bug=1024740 --user=宋昌昌 【测试跟踪】关联用例-显示多了一条线 https://www.tapd.cn/55049933/s/1357853 --- .../frontend/src/components/new-ui/MsTable.vue | 12 +++++++++++- .../case/components/case/CaseIssueRelate.vue | 1 + .../business/case/components/case/CaseTestRelate.vue | 1 + 3 files changed, 13 insertions(+), 1 deletion(-) diff --git a/framework/sdk-parent/frontend/src/components/new-ui/MsTable.vue b/framework/sdk-parent/frontend/src/components/new-ui/MsTable.vue index 579be49174..94f443fa69 100644 --- a/framework/sdk-parent/frontend/src/components/new-ui/MsTable.vue +++ b/framework/sdk-parent/frontend/src/components/new-ui/MsTable.vue @@ -24,7 +24,7 @@ @header-dragend="headerDragend" @cell-mouse-enter="showPopover" @row-click="handleRowClick" - :max-height="maxHeight" + :max-height="enableMaxHeight ? maxHeight : 'auto'" ref="table">