修改了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

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