This commit is contained in:
zhutianqi
2021-10-14 14:22:22 +08:00
parent 23837b645e
commit a5b6748732
2 changed files with 2 additions and 2 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

+2 -2
View File
@@ -463,7 +463,7 @@
},
computed: {
logo () {
return this.isCollapse ? require('assets/images/shangqi/img/logo4.png') : require('assets/images/shangqi/img/logo2.png')
return this.isCollapse ? require('assets/images/shangqi/img/logo4.png') : require('assets/images/shangqi/img/logo5.png')
},
...mapGetters(['getDynamicTotal', 'isCollapse'])
},
@@ -509,7 +509,7 @@
text-align: left;
img {
width: 115px;
height: 45px;
height: 40px;
}
}
}