Commit d720a7dd authored by tyyin lan's avatar tyyin lan

chore(个人设置): 个人简介展示换行

parent c9f5a4fb
......@@ -244,8 +244,8 @@ function handleUserInfoFormItemEditUpdate(key: keyof typeof userInfoFormItemEdit
</div>
</div>
<div v-else class="flex max-w-[400px] items-center text-[14px] text-[#999]">
<span class="mr-[5px]">{{ userInfo.remark || '-' }}</span>
<div v-else class="flex items-center text-[14px] text-[#999]">
<span class="mr-[5px] max-w-[400px] overflow-hidden text-wrap break-all">{{ userInfo.remark || '-' }}</span>
<i
class="iconfont icon-edit1 cursor-pointer px-[5px]"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment