Pārlūkot izejas kodu

上线 修改 账户配置

jiayufei 4 gadi atpakaļ
vecāks
revīzija
c4bae99441

+ 0 - 2
src/views/modules/creative-copywrit/creative-copywrit.less

@@ -80,8 +80,6 @@
 
 .solgan-whole-content {
     display: flex;
-    height: 300px;
-    overflow-y: auto;
     .solgan-title-header {
         padding-top: 10px;
         margin-right: 20px;

+ 2 - 2
src/views/modules/creative-copywrit/creative-copywrit.vue

@@ -1027,7 +1027,7 @@
                 </a-form-item>
             </a-form>
         </a-modal>
-        <a-modal title="素材详情" v-model="visibleDetail" @cancel="handleBudgetCancel" width="70%" :footer="null">
+        <a-modal style="overflow-y: auto;" title="素材详情" v-model="visibleDetail" @cancel="handleBudgetCancel" width="70%" :footer="null">
             <div style="width: 100%; height: 35px">
                 <a-button type="primary" @click="setSuccess" style="float: right">
                     {{ excellent == 0 ? '标记为优秀素材' : '取消标记' }}
@@ -1120,7 +1120,7 @@
                         />
                     </a-carousel>
                 </a-modal>
-                <div style="flex: 3; padding: 10px; box-sizing: border-box">
+                <div style="flex: 3; padding: 10px; box-sizing: border-box; overflow-y: auto;">
                     <a-form v-if="detail" class="detail ant-advanced-search-form" layout="inline">
                         <div v-if="detail.parameter" style="display: flex">
                             <a-form-item label="视频时长" v-if="detail.parameter.second" style="flex: 1">

+ 3 - 3
vue.config.js

@@ -80,15 +80,15 @@ module.exports = {
         // target: 'http://192.168.1.219:8081', //请求本地 需要jeecg-boot后台项目  赵西安
         // target: 'http://192.168.1.193:8080', //请求本地 需要jeecg-boot后台项目  李煜一
         // target: 'http://192.168.1.193:31012', //请求本地 需要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://192.168.1.43:8806', // 子安
-        target: 'http://192.168.1.8:8806', // 学超
-      //  target:'http://139.186.165.84:8806', //测试
+        // target: 'http://192.168.1.8:8806', // 学超
+    //    target:'http://139.186.165.84:8806', //测试
         // target:'http://apipre.tjyourong.com.cn', //预生产
 
         ws: false,