修改了logo图

This commit is contained in:
gyj
2024-02-28 18:02:53 +08:00
parent 7f3138d499
commit 3566f3bd09
7 changed files with 11 additions and 8 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 162 KiB

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 185 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 139 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.3 KiB

After

Width:  |  Height:  |  Size: 185 KiB

@@ -186,7 +186,7 @@ export default {
this.caseApplicationSelectByIdFn({ this.caseApplicationSelectByIdFn({
id: this.mediationData.id id: this.mediationData.id
}); });
this.getUser(); this.getUser();
} }
} }
}, },
@@ -197,7 +197,10 @@ export default {
secretaryRoleByUserId({ secretaryRoleByUserId({
userId: this.userId userId: this.userId
}).then(res => { }).then(res => {
this.isSecretaryRole = res.data.isSecretaryRole; this.isSecretaryRole = res.data.isSecretaryRole;
if(this.recordArrMediate){
this.isSecretaryRole = false
}
}) })
}, },
/**上传地址*/ /**上传地址*/
+6 -6
View File
@@ -176,17 +176,17 @@ export default {
width: 50%; width: 50%;
height: 90%; height: 90%;
.leftIcon { .leftIcon {
height: 10%; height: 20%;
width: 100%; width: 100%;
margin: 5% 10% 1% 15%; margin: 0% 10% 1% 15%;
.Icon { .Icon {
width: 45px; width: 100px;
height: 45px; height: 105px;
background-image: url("../assets/images/mediate.svg"); background-image: url("../assets/images/logos.png");
background-size: cover; background-size: cover;
} }
div { div {
font-size: 17px; font-size: 18px;
} }
} }
.leftImage { .leftImage {