Compare commits

..

No commits in common. "b1cae7c321566e930a82e0d077f14da4a98fee79" and "42647df37741e970af37831d669d356cca79d48a" have entirely different histories.

5 changed files with 10 additions and 23 deletions

View File

@ -1,8 +0,0 @@
{
"hash": "3178506e",
"configHash": "718798cd",
"lockfileHash": "88017af1",
"browserHash": "cfdd5370",
"optimized": {},
"chunks": {}
}

View File

@ -1,3 +0,0 @@
{
"type": "module"
}

View File

@ -1,7 +1,6 @@
{ {
"i18n-ally.localesPaths": ["src/store/i18n", "src/views/i18n"], "i18n-ally.localesPaths": [
"files.exclude": { "src/store/i18n",
"**/.ts": true, "src/views/i18n"
"**/.tsx": true ]
}
} }

View File

@ -47,9 +47,10 @@
text-transform: uppercase; text-transform: uppercase;
margin: 15px 0; margin: 15px 0;
color: #999; color: #999;
font: bold 200% Consolas, font:
Monaco, bold 200% Consolas,
monospace; Monaco,
monospace;
} }
@media screen and (max-width: 1180px) { @media screen and (max-width: 1180px) {
@ -71,7 +72,7 @@
} }
.avatar { .avatar {
width: 80px; width: 280px;
height: 80px; height: 80px;
} }
} }

View File

@ -80,9 +80,7 @@ onMounted(() => {
<span class="ml-2">{{ $t('upload_avatar') }}</span> <span class="ml-2">{{ $t('upload_avatar') }}</span>
</el-button> </el-button>
<template #tip> <template #tip>
<div class="el-upload__tip"> <div class="el-upload__tip text-red-600">{{ $t('upload_user_avatar_tip') }}</div>
<el-text type="danger">{{ $t('upload_user_avatar_tip') }}</el-text>
</div>
</template> </template>
</el-upload> </el-upload>
</el-form-item> </el-form-item>