Commit 8a505487 authored by hanfeng zhang's avatar hanfeng zhang

321

parent 1d65e5b0
......@@ -2,7 +2,7 @@
<Layout-Main class='page-scroll'>
<div class='user-info w-11/12 mx-auto flex text-font-white items-center py-8 overflow-y-scroll'>
<div class='w-3/12 pr-5'>
<img :value='getUserInfo.avatar?userInfo.avatar:"/img/mokeImg/avatar.png"' class='rounded-full w-18 object-fill' >
<img :src='getUserInfo.avatar?getUserInfo.avatar:"/img/mokeImg/avatar.png"' class='rounded-full w-18 object-fill' >
</div>
<div class='w-9/12 info flex-grow'>
<div class='name-box flex justify-between'>
......
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