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;