From 5cde8b7c93a5fade46e53adde37bda298aab0a1d Mon Sep 17 00:00:00 2001
From: wxg0103 <727495428@qq.com>
Date: Tue, 15 Aug 2023 14:22:31 +0800
Subject: [PATCH] =?UTF-8?q?style(=E6=8E=A5=E5=8F=A3=E6=B5=8B=E8=AF=95):=20?=
=?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=9C=BA=E6=99=AF=E6=8A=A5=E5=91=8A=E4=B8=AD?=
=?UTF-8?q?=E6=AD=A5=E9=AA=A4=E5=90=8D=E7=A7=B0=E8=BF=87=E9=95=BF=E7=9A=84?=
=?UTF-8?q?=E6=A0=B7=E5=BC=8F?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
--bug=1028208 --user=王孝刚 【接口测试】场景详情-场景断言名称较长-生成报告-名称和结果显示不全
https://www.tapd.cn/55049933/s/1403733
---
.../automation/report/components/ScenarioResult.vue | 13 ++++++++++++-
1 file changed, 12 insertions(+), 1 deletion(-)
diff --git a/api-test/frontend/src/business/automation/report/components/ScenarioResult.vue b/api-test/frontend/src/business/automation/report/components/ScenarioResult.vue
index cd9ebb02f2..ccf7a7b562 100644
--- a/api-test/frontend/src/business/automation/report/components/ScenarioResult.vue
+++ b/api-test/frontend/src/business/automation/report/components/ScenarioResult.vue
@@ -18,7 +18,7 @@
{{ getLabel(node.label) }}
- {{ getLabel(node.label) }}
+ {{ getLabel(node.label) }}
@@ -207,4 +207,15 @@ export default {
:deep(.ms-card .el-card__body) {
padding-right: 1px;
}
+
+.ms-req-name {
+ display: inline-block;
+ margin: 0 5px;
+ padding-bottom: 0;
+ overflow-x: hidden;
+ text-overflow: ellipsis;
+ vertical-align: middle;
+ white-space: nowrap;
+ width: 350px;
+}