Browse Source

#3058 英文'or'前后加空格

tags/v1.22.11.2^2
chenshihai 3 years ago
parent
commit
d56b071581
1 changed files with 3 additions and 5 deletions
  1. +3
    -5
      web_src/vuepages/pages/model/tuomin/index.vue

+ 3
- 5
web_src/vuepages/pages/model/tuomin/index.vue View File

@@ -33,11 +33,9 @@
drag
>
<div class="el-upload__text">
{{ $t("dragThePictureHere")
}}<span style="color: rgba(136, 136, 136, 0.87)">{{
$t("or")
}}</span
>{{ $t("clickUpload") }}
<span>
<span>{{ $t("dragThePictureHere") }}</span><span style="color: rgba(136, 136, 136, 0.87)">{{ $t("or") }}</span><span>{{ $t("clickUpload") }}</span>
</span>
</div>
</el-upload>



Loading…
Cancel
Save