Compare commits

..

3 Commits

Author SHA1 Message Date
bunny b1cae7c321 💄 feat: 移动端登录logo问题 2025-05-06 16:32:56 +08:00
bunny 54362bb2fd 💄 feat: 移动端登录logo问题 2025-05-06 16:25:57 +08:00
bunny a0afbae690 🚚 feat: 新增分支删除按钮权限 2025-05-05 09:08:22 +08:00
5 changed files with 23 additions and 10 deletions

View File

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

3
.vite/deps/package.json Normal file
View File

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

View File

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

View File

@ -47,10 +47,9 @@
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) {
@ -72,7 +71,7 @@
}
.avatar {
width: 280px;
width: 80px;
height: 80px;
}
}

View File

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