From 42058070e884f1aad7927899b57f16d787356069 Mon Sep 17 00:00:00 2001 From: Tcsm <1377977403@qq.com> Date: 星期三, 17 五月 2023 22:28:35 +0800 Subject: [PATCH] 修改首页底部备案号颜色为黑色 --- ruoyi-ui/src/views/homeRoot/index.vue | 62 +++++++++++++++++++++++++++++- 1 files changed, 59 insertions(+), 3 deletions(-) diff --git a/ruoyi-ui/src/views/homeRoot/index.vue b/ruoyi-ui/src/views/homeRoot/index.vue index 3ddd6e1..5ad025b 100644 --- a/ruoyi-ui/src/views/homeRoot/index.vue +++ b/ruoyi-ui/src/views/homeRoot/index.vue @@ -20,7 +20,7 @@ <!-- 鑳屾櫙澶у浘--> <img v-if="imageSrc" :src="imageSrc" alt="" class="background"/> <!-- 鐢ㄦ埛澶村儚--> - <div v-model="rootList.url" > + <div v-model="rootList.url"> <el-avatar shape="circle" class="avater_1_1"> <el-img :src="'http://47.93.189.255:8080'+ rootList.url" ></el-img> @@ -85,7 +85,7 @@ <el-img :src="'http://47.93.189.255:8080'+ rootList.url" ></el-img> </el-avatar> - <el-avatar shape="circle" class="avater_3_7" v-if="isShow_3"> + <el-avatar shape="circle" class="avater_3_7" v-if="isShow_4"> <el-img :src="'http://47.93.189.255:8080'+ rootList.url" ></el-img> </el-avatar> @@ -225,7 +225,63 @@ url:undefined, familyId:undefined, secondFamilyId: undefined, - childList:undefined + childList:[{ + userId: undefined, + nickName: undefined, + oldName: undefined, + sex: undefined, + nationality: undefined, + nation: undefined, + maritalStatus: undefined, + politicalOutlook: undefined, + phoneNumber:undefined, + idNum: undefined, + locationAddress: undefined, + alwaysAddress:undefined, + locationPolice: undefined, + alwaysPolice: undefined, + unit: undefined, + position:undefined, + outStatus:undefined, + idNo: undefined, + img: undefined, + spouseId: undefined, + fatherId: undefined, + momId: undefined, + birth: undefined, + url:undefined, + familyId:undefined, + secondFamilyId: undefined, + childList:[{ + userId: undefined, + nickName: undefined, + oldName: undefined, + sex: undefined, + nationality: undefined, + nation: undefined, + maritalStatus: undefined, + politicalOutlook: undefined, + phoneNumber:undefined, + idNum: undefined, + locationAddress: undefined, + alwaysAddress:undefined, + locationPolice: undefined, + alwaysPolice: undefined, + unit: undefined, + position:undefined, + outStatus:undefined, + idNo: undefined, + img: undefined, + spouseId: undefined, + fatherId: undefined, + momId: undefined, + birth: undefined, + url:undefined, + familyId:undefined, + secondFamilyId: undefined, + childList:undefined + }] + }] } } -- Gitblit v1.9.1