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"],
"files.exclude": {
"**/.ts": true,
"**/.tsx": true
}
"i18n-ally.localesPaths": [
"src/store/i18n",
"src/views/i18n"
]
}

View File

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

View File

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