Merge pull request #9099 from dataease/pr@dev@fix_typos

fix: 拼写错误
This commit is contained in:
fit2cloud-chenyw 2024-04-15 15:43:41 +08:00 committed by GitHub
commit e5b6abd4b2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 2 deletions

View File

@ -10,6 +10,8 @@ SCHEM = "SCHEM"
wheres = "wheres"
Wheres = "Wheres"
Parenthesed = "Parenthesed"
pogress = "pogress"
Pogress = "Pogress"
[files]
extend-exclude = [

View File

@ -38,7 +38,7 @@
<div class="name-content">
<div class="fileName">{{ scope.row.fileName }}</div>
<div class="failed" v-if="activeName==='FAILED'">{{ $t("data_export.export_failed") }}</div>
<div class="sucess" v-if="scope.row.exportStatus==='SUCCESS'">{{scope.row.fileSize}}{{scope.row.fileSizeUnit}}</div>
<div class="success" v-if="scope.row.exportStatus==='SUCCESS'">{{scope.row.fileSize}}{{scope.row.fileSizeUnit}}</div>
</div>
</div>
<div v-if="activeName==='FAILED'" class="red-line" />
@ -387,7 +387,7 @@ export default {
color: #F54A45;
}
.sucess {
.success {
font-size: 12px;
font-weight: 400;
line-height: 20px;