Browse Source

'改爆款视频'

魏志佳 4 năm trước cách đây
mục cha
commit
f6c98deab8

+ 3 - 3
src/views/modules/Statistics/popularVideo.vue

@@ -684,8 +684,8 @@ export default {
             console.log(key);
             this.treeValue=[];
             this.ipagination.current=1
-           
-        
+           this.columns=this.tabKey==1?[...TTcolumns]:[...KScolumns]
+            
             this.getNewPlan()
         },
         operateChange(value){
@@ -892,7 +892,7 @@ export default {
             }
             return handleResult
         }else{
-            return val
+            return '-'
         }
             
         }

+ 12 - 15
src/views/modules/autoLaunch/autoReportIndex.vue

@@ -2,12 +2,8 @@
 <div class="autoLaunch">
     <div class="card-container">
         <a-tabs type="card" v-model="analaysisDirection" @change="analaysisDirectionChange" :animated='true'>
-            <a-tab-pane key="1" tab="素材+定向">
-                
-            </a-tab-pane>
-            <a-tab-pane key="2" tab="素材+出价">
-                
-            </a-tab-pane>
+            <a-tab-pane key="1" tab="素材+定向"></a-tab-pane>
+            <a-tab-pane key="2" tab="素材+出价"></a-tab-pane>
             <!-- <a-tab-pane key="3" tab="">
             </a-tab-pane> -->
         </a-tabs>
@@ -15,6 +11,7 @@
         </component>
      </div>
 </div>
+
     
         
     
@@ -81,27 +78,27 @@ export default {
         }
     }
     .card-container > .ant-tabs-card > .ant-tabs-content {
-    // height: 120px;
-    margin-top: -16px;
+        // height: 120px;
+        margin-top: -16px;
     }
 
     .card-container > .ant-tabs-card > .ant-tabs-content > .ant-tabs-tabpane {
-    background: #fff;
-    // padding: 16px;
+        background: #fff;
+        // padding: 16px;
     }
 
     .card-container > .ant-tabs-card > .ant-tabs-bar {
-    border-color: #fff;
+        border-color: #fff;
     }
 
     .card-container > .ant-tabs-card > .ant-tabs-bar .ant-tabs-tab {
-    border-color: transparent;
-    background: transparent;
+        border-color: transparent;
+        background: transparent !important;
     }
 
     .card-container > .ant-tabs-card > .ant-tabs-bar .ant-tabs-tab-active {
-    border-color: #fff;
-    background: #fff;
+        border-color: #fff;
+        background: #fff !important;
     }
 }
 

+ 1 - 1
src/views/modules/autoLaunch/materialAndBid.vue

@@ -1999,7 +1999,7 @@ const publicColumns = [
             cursor: pointer;
             -webkit-transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
             transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
-            font-size: 14px;
+            font-size: 15px;
         }
     }
 }

+ 2 - 2
vue.config.js

@@ -78,13 +78,13 @@ module.exports = {
         // target: 'http://192.168.0.252:8098', //请求本地 需要jeecg-boot后台项目  毕洁泉
         // target: 'http://192.168.1.219:8080', //请求本地 需要jeecg-boot后台项目  赵西安
         // target: 'http://192.168.1.193:8080', //请求本地 需要jeecg-boot后台项目  李煜一
-        //  target: 'http://api.tjyourong.com.cn', //请求本地 需要jeecg-boot后台项目
+         target: 'http://api.tjyourong.com.cn', //请求本地 需要jeecg-boot后台项目
         // target: 'https://trac.tjyourong.com.cn', //请求本地 需要jeecg-boot后台项目
         // target: 'http://39.106.184.70:8088/', //请求本地 需要jeecg-boot后台项目
         //  target: 'http://adsp.tjyourong.com.cn/', //请求本地 需要jeecg-boot后台项目
         // target: 'http://192.168.1.251/', //请求本地 需要jeecg-boot后台项目
         // target:'http://118.24.244.213:8804',
-        target:'http://139.186.151.174:8804', //测试
+        // target:'http://139.186.151.174:8804', //测试
 
 
         ws: false,