From 166a744c63f7d51b1a55ce779fad5cef257cb1a4 Mon Sep 17 00:00:00 2001 From: chenjianxing Date: Mon, 17 Jan 2022 17:00:09 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E5=9C=BA=E6=99=AF=E6=8A=A5?= =?UTF-8?q?=E5=91=8A=E6=A0=B7=E5=BC=8F=E4=BC=98=E5=8C=96=20--bug=3D1009621?= =?UTF-8?q?=20--user=3D=E9=99=88=E5=BB=BA=E6=98=9F=20=E6=B5=8B=E8=AF=95?= =?UTF-8?q?=E8=AE=A1=E5=88=92=E6=8A=A5=E5=91=8A=E4=B8=AD=E5=9C=BA=E6=99=AF?= =?UTF-8?q?=E5=90=8D=E7=A7=B0=E4=B8=8E=E7=8A=B6=E6=80=81=E7=A0=81=E9=87=8D?= =?UTF-8?q?=E5=8F=A0=20https://www.tapd.cn/55049933/s/1092981?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../api/automation/report/components/RequestResult.vue | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/frontend/src/business/components/api/automation/report/components/RequestResult.vue b/frontend/src/business/components/api/automation/report/components/RequestResult.vue index f362dfe372..aaacc3e692 100644 --- a/frontend/src/business/components/api/automation/report/components/RequestResult.vue +++ b/frontend/src/business/components/api/automation/report/components/RequestResult.vue @@ -3,7 +3,7 @@
- +
@@ -230,11 +230,14 @@ export default { .ms-req-name { display: inline-block; margin: 0 5px; - overflow-x: hidden; padding-bottom: 0; text-overflow: ellipsis; vertical-align: middle; white-space: nowrap; width: 350px; } + +.ms-req-name-col { + overflow-x: hidden; +}