liyongli 2 年之前
父節點
當前提交
c018c7a610

+ 1 - 1
src/views/report/Advertisement/Charts.js

@@ -199,7 +199,7 @@ export function advertisementFeeInit(ele, list) {
           let N = e || 0;
           if (N >= 100000000) N = (N / 100000000).toFixed(2) - 0 + "亿";
           else if (N >= 10000) N = (N / 10000).toFixed(2) - 0 + "万";
-          return N;
+          return N + "%";
         },
       },
     },

+ 2 - 1
src/views/report/Advertisement/index.vue

@@ -142,7 +142,7 @@
         </div>
         <div class="bottom">
           本数据由“陕西广电融媒体集团大数据平台”提供。
-          <p>技术支持 白帆 13325452244;陈科:18629350958</p>
+          <p>技术支持 <span style="white-space: nowrap;">白帆 13325452244;</span><span style="white-space: nowrap;">陈科 18629350958</span></p>
         </div>
       </div>
     </div>
@@ -397,5 +397,6 @@ export default {
   font-size: 0.9rem;
   padding-left: 5px;
   font-weight: 600;
+  overflow: hidden;
 }
 </style>

+ 2 - 1
src/views/report/Mobile/index.vue

@@ -194,7 +194,7 @@
       </div>
       <div class="bottom content">
         本数据由“陕西广电融媒体集团大数据平台”提供。
-        <p>技术支持 白帆 13325452244;陈科:18629350958</p>
+        <p>技术支持 <span style="white-space: nowrap;">白帆 13325452244;</span><span style="white-space: nowrap;">陈科 18629350958</span></p>
       </div>
     </div>
   </div>
@@ -364,6 +364,7 @@ export default {
   font-size: 0.9rem;
   padding-left: 5px;
   font-weight: 600;
+  overflow: hidden;
 }
 .td {
   text-align: center;

+ 20 - 4
src/views/report/Traditional/index.vue

@@ -3,6 +3,7 @@
     <img
       src="https://cxzx.smcic.net/zhoubao/assets/tv01.jpg"
       width="100%"
+      class="content"
       style="margin-bottom: 1em; display: block"
       alt=""
     />
@@ -70,7 +71,11 @@
             style="border-bottom: 1px dashed #eee; margin: 11px 0 0 0"
             v-if="o === 20"
           ></div>
-          <van-row :style="v.shanxi_channel ? 'background:	#F5DEB3':''" class="item" @click="() => showPopup(o)">
+          <van-row
+            :style="v.shanxi_channel ? 'background:	#F5DEB3' : ''"
+            class="item"
+            @click="() => showPopup(o)"
+          >
             <van-col
               span="3"
               :class="{ td: true }"
@@ -78,7 +83,11 @@
             >
               {{ v.rank }}
             </van-col>
-            <van-col :style="v.shanxi_channel ? 'font-weight: 600':''" span="7" :class="{ td: true }">
+            <van-col
+              :style="v.shanxi_channel ? 'font-weight: 600' : ''"
+              span="7"
+              :class="{ td: true }"
+            >
               {{ v.channelname }}
             </van-col>
             <van-col span="5" :class="{ td: true }">
@@ -197,13 +206,19 @@
 
           <div class="bottom content">
             本数据由“陕西广电融媒体集团大数据平台”提供。
-            <p>技术支持 白帆 13325452244;陈科:18629350958</p>
+            <p>
+              技术支持 <span style="white-space: nowrap">白帆 13325452244;</span
+              ><span style="white-space: nowrap">陈科 18629350958</span>
+            </p>
           </div>
         </van-popup>
       </div>
       <div class="bottom content">
         本数据由“陕西广电融媒体集团大数据平台”提供。
-        <p>技术支持 白帆 13325452244;陈科:18629350958</p>
+        <p>
+          技术支持 <span style="white-space: nowrap">白帆 13325452244;</span
+          ><span style="white-space: nowrap">陈科 18629350958</span>
+        </p>
       </div>
     </div>
   </div>
@@ -510,6 +525,7 @@ export default {
   font-size: 0.9rem;
   padding-left: 5px;
   font-weight: 600;
+  overflow: hidden;
 }
 .td {
   text-align: center;