Jing před 3 týdny
rodič
revize
06217c4800

binární
src/assets/advertise/001.png


binární
src/assets/advertise/002.png


+ 6 - 6
src/views/advertise/advertiseList.vue

@@ -169,14 +169,14 @@
         <!-- 弹出框 编辑 end----------------------------------------------------------->
 
         <!-- 弹出框 广告位示例图 start----------------------------------------------------------->
-        <el-dialog title="广告位示例图" :visible.sync="dialogVisible" width="50%" top="15vh">
+        <el-dialog title="广告位示例图" :visible.sync="dialogVisible" width="60%" top="10vh">
             <div class="graph">
                 <el-carousel indicator-position="outside" autoplay loop>
                     <el-carousel-item>
-                        <img src="../../assets/advertise/ad1.png" alt="" class="shilitu">
+                        <img src="../../assets/advertise/001.png" alt="" class="shilitu">
                     </el-carousel-item>
                     <el-carousel-item>
-                        <img src="../../assets/advertise/ad2.png" alt="" class="shilitu">
+                        <img src="../../assets/advertise/002.png" alt="" class="shilitu">
                     </el-carousel-item>
                 </el-carousel>
             </div>
@@ -475,7 +475,7 @@ export default {
             this.ruleForm.name = val.name
             if (val.width == 1200 && val.height == 90) {
                 this.ruleForm.radio = 1
-            } else if(val.width == 600 && val.height == 120) {
+            } else if(val.width == 830 && val.height == 110) {
                 this.ruleForm.radio = 2
             } else if(val.width == 450 && val.height == 290) {
                 this.ruleForm.radio = 3
@@ -1016,7 +1016,7 @@ export default {
 
     .shilitu {
         width: 100%;
-        height: 380px;
+        height: 600px;
         z-index: 100000;
     }
 
@@ -1025,7 +1025,7 @@ export default {
 
 ::v-deep .el-carousel__container {
     position: relative;
-    height: 370px;
+    height: 600px;
 }
 
 /* 自定义指示器样式 */