优化个人中心头像更新提示文案

This commit is contained in:
wangqiao
2025-09-16 22:07:36 +08:00
parent 48d4ede98e
commit c11116d9a9

View File

@ -108,8 +108,9 @@
<el-input v-model="userForm.description" type="textarea" :rows="5" placeholder="请输入个人简介" class="full-width" /> <el-input v-model="userForm.description" type="textarea" :rows="5" placeholder="请输入个人简介" class="full-width" />
</el-form-item> </el-form-item>
<el-form-item> <el-form-item class="relative">
<el-button type="primary" class="w-[120px] !h-[37px]" :loading="submitLoading" @click="submitForm">提交</el-button> <el-button type="primary" class="w-[120px] !h-[37px]" :loading="submitLoading" @click="submitForm">提交</el-button>
<div class="absolute top-[40px] left-[0] text-[12px] text-[#999999] font-normal">温馨提示更改头像需要重新登录生效</div>
</el-form-item> </el-form-item>
</el-form> </el-form>
</div> </div>