朱鑫波 пре 4 година
родитељ
комит
9b7159dbd7

+ 9 - 1
src/views/modules/crowd-control/crowd-control.less

@@ -99,4 +99,12 @@
     .push-plate {
         margin-bottom: 20px;
     }
-}
+}
+
+.grid-form-item-account {
+    /deep/ .ant-form-item-control {
+        line-height: inherit;
+    }
+}
+
+

+ 2 - 2
src/views/modules/crowd-control/crowd-control.vue

@@ -19,7 +19,7 @@
                         />
                     </a-form-item>
                     <a-form-item
-                        class="grid-form-item" label="账户"
+                        class="grid-form-item grid-form-item-account" label="账户"
                         :colon="false"
                     >
                         <acount-search class="acount-search-class" :appId.sync="acountId" :multiple="false"></acount-search>
@@ -112,7 +112,7 @@
                             :disabled="personNameDisabled"
                         />
                     </a-form-model-item>
-                    <a-form-model-item label="选择账户">
+                    <a-form-model-item label="选择账户" class="grid-form-item-account">
                         <acount-search class="acount-search-class" :appId.sync="uploadAcountIds" :multiple="false"></acount-search>
                     </a-form-model-item>
                     <a-form-model-item label="上传人群包">

+ 3 - 3
vue.config.js

@@ -68,7 +68,7 @@ module.exports = {
     open : true,
     proxy: {
       '/jeecg-boot': {
-          target: 'http://192.168.1.8:8080', //请求本地 需要jeecg-boot后台项目  蒙蒙
+          // target: 'http://192.168.1.8:8080', //请求本地 需要jeecg-boot后台项目  蒙蒙
           // target: 'http://192.168.1.8:8081', //请求本地 需要jeecg-boot后台项目  蒙蒙
         // target: 'http://192.168.0.59:8088', //请求本地 需要jeecg-boot后台项目  英豪
         // target: 'http://192.168.1.188:8088', //请求本地 需要jeecg-boot后台项目  英豪
@@ -80,13 +80,13 @@ module.exports = {
         // target: 'http://192.168.1.219:8080', //请求本地 需要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://139.186.165.84:8806', //测试
+      //  target:'http://139.186.165.84:8806', //测试
 
         ws: false,