From d221af792b7392593f8f1264ed8415b606ec91c6 Mon Sep 17 00:00:00 2001 From: fit2cloud-chenyw Date: Mon, 15 Apr 2024 15:39:56 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=8B=BC=E5=86=99=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .typos.toml | 2 ++ core/frontend/src/views/dataset/exportExcel/index.vue | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.typos.toml b/.typos.toml index 3d389f8b65..a8df7036c2 100644 --- a/.typos.toml +++ b/.typos.toml @@ -10,6 +10,8 @@ SCHEM = "SCHEM" wheres = "wheres" Wheres = "Wheres" Parenthesed = "Parenthesed" +pogress = "pogress" +Pogress = "Pogress" [files] extend-exclude = [ diff --git a/core/frontend/src/views/dataset/exportExcel/index.vue b/core/frontend/src/views/dataset/exportExcel/index.vue index c90e1284d3..364e0d09d9 100644 --- a/core/frontend/src/views/dataset/exportExcel/index.vue +++ b/core/frontend/src/views/dataset/exportExcel/index.vue @@ -38,7 +38,7 @@
{{ scope.row.fileName }}
{{ $t("data_export.export_failed") }}
-
{{scope.row.fileSize}}{{scope.row.fileSizeUnit}}
+
{{scope.row.fileSize}}{{scope.row.fileSizeUnit}}
@@ -387,7 +387,7 @@ export default { color: #F54A45; } - .sucess { + .success { font-size: 12px; font-weight: 400; line-height: 20px;