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