浏览代码

限制logo最大宽高

限制logo最大宽高
dangyunlong 2 天之前
父节点
当前提交
e76d96f215
共有 2 个文件被更改,包括 5 次插入1 次删除
  1. 4 0
      src/styles/theme/head/style1.less
  2. 1 1
      src/views/template/style/sector/head/1.vue

+ 4 - 0
src/styles/theme/head/style1.less

@@ -52,6 +52,10 @@
             height: 170px;
             align-items: center;
             justify-content: space-between;
+            .logo {
+                max-width: 350px;
+                max-height: 110px;
+            }
             .headAdTopBox {
                 position: relative;
                 img{

+ 1 - 1
src/views/template/style/sector/head/1.vue

@@ -11,7 +11,7 @@
                 </div>
             </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-->