修改中英文切换

This commit is contained in:
qq787203167
2022-02-28 17:25:08 +08:00
parent 43f5950aa4
commit cf2e6400b3
11 changed files with 175 additions and 104 deletions
+8 -3
View File
@@ -1,12 +1,13 @@
<template>
<div>
<a-upload name="file" :showUploadList="false"
class="upload-text"
:multiple="false" :headers="tokenHeader"
:action="url.importZipUrl"
@change="handleImportZip"
accept=".zip">
<a-icon type="import" :rotate="270"/>
导入
{{$t('import')}}
</a-upload>
</div>
</template>
@@ -93,6 +94,10 @@
}
</script>
<style scoped>
<style>
.upload-text .ant-upload{
font-size: 14px!important;
font-weight: 400!important;
color: #040B29!important;
}
</style>