限制logo最大宽高
@@ -52,6 +52,10 @@
height: 170px;
align-items: center;
justify-content: space-between;
+ .logo {
+ max-width: 350px;
+ max-height: 110px;
+ }
.headAdTopBox {
position: relative;
img{
@@ -11,7 +11,7 @@
</div>
<div class="headLogoBox">
- <img :src="this.$store.state.template.webSiteInfo.logo" class="logo">
+ <img :src="this.$store.state.template.webSiteInfo.logo" class="headLogoBox">
<div :class="['headAdTopBox',{componentBorder: this.$store.state.template.previewStatus==false}]">
<editBtn :type="3" />
<!--皮肤1-->