修改了logo图
|
Before Width: | Height: | Size: 162 KiB After Width: | Height: | Size: 15 KiB |
|
Before Width: | Height: | Size: 4.2 KiB |
|
After Width: | Height: | Size: 185 KiB |
|
After Width: | Height: | Size: 139 KiB |
|
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
|
||||
}
|
||||
})
|
||||
},
|
||||
/**上传地址*/
|
||||
|
||||
@@ -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 {
|
||||
|
||||