From 9ae2923dddd4e83d3bc1727abeaa14bac292d803 Mon Sep 17 00:00:00 2001 From: shiziyuan9527 Date: Thu, 20 Oct 2022 18:28:55 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E9=A1=B9=E7=9B=AE=E8=AE=BE=E7=BD=AE):=20?= =?UTF-8?q?=E7=8E=AF=E5=A2=83=E4=B8=ADCSV=E5=8F=98=E9=87=8F=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --bug=1018540 --user=李玉号 【项目设置】项目环境-配置环境-通用配置设置CSV变量,本地上传后显示不正确,建议优化 https://www.tapd.cn/55049933/s/1270082 --- .../components/environment/commons/variable/CsvFileUpload.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/sdk-parent/frontend/src/components/environment/commons/variable/CsvFileUpload.vue b/framework/sdk-parent/frontend/src/components/environment/commons/variable/CsvFileUpload.vue index ec239a1f90..0e0ae3ac36 100644 --- a/framework/sdk-parent/frontend/src/components/environment/commons/variable/CsvFileUpload.vue +++ b/framework/sdk-parent/frontend/src/components/environment/commons/variable/CsvFileUpload.vue @@ -261,7 +261,7 @@ export default { .api-body-upload :deep(.el-upload-list__item) { height: 30px; - width: auto; + width: 100%; padding: 2px 5px; margin-bottom: 0px; }