mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-06 17:36:44 +08:00
女性默认头像
This commit is contained in:
@@ -1425,11 +1425,11 @@ const vwtext = ref(null)
|
||||
<div style="display: flex;width: 100%; height: 88px;">
|
||||
<div>
|
||||
<img v-if="techerDetail?.avatar" style="width: 60px; height: 58px;margin-left: 22px;margin-right: 29px;margin-top: 13px;border-radius: 50%;" :src="techerDetail?.avatar.includes('upload')?techerDetail?.avatar:'/upload'+techerDetail?.avatar"/>
|
||||
<!-- <img
|
||||
v-else-if="!techerDetail?.avatar&&techerDetail?.sex==0"
|
||||
<img
|
||||
v-else-if="!techerDetail?.avatar&&techerDetail?.gender==2"
|
||||
style="width: 60px; height: 58px;margin-left: 22px;margin-right: 29px;margin-top: 13px;border-radius: 50%;"
|
||||
src="../../assets/images/gratefulteacher/Avatarwoman.png"
|
||||
/> -->
|
||||
/>
|
||||
<img
|
||||
v-else
|
||||
style="width: 60px; height: 58px;margin-left: 22px;margin-right: 29px;margin-top: 13px;border-radius: 50%;"
|
||||
@@ -1749,6 +1749,8 @@ const vwtext = ref(null)
|
||||
.footer_table{
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
height: 37px;
|
||||
border-bottom: 1px solid #f0f0f0;
|
||||
.footer_left{
|
||||
margin-left: 84px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user