Browse Source

样式修改 适配低分辨率显示器

jz.kai 4 years ago
parent
commit
50a1b9d643
4 changed files with 8 additions and 5 deletions
  1. 2 1
      .env.development
  2. 2 2
      .env.test
  3. 2 1
      src/views/base/advisory-detail.vue
  4. 2 1
      src/views/base/report-detail.vue

+ 2 - 1
.env.development

@@ -1,6 +1,7 @@
 OUT_PUT_DIR=dist/insurance-portal
 
-VUE_APP_BACKEND_URL=http://localhost:8086/insurance-server
+#VUE_APP_BACKEND_URL=http://localhost:8086/insurance-server
+VUE_APP_BACKEND_URL=http://ykt-test.xiaoxinda.com/insurance-server
 
 #手机企业版
 VUE_APP_COMPANY_HEALTH_WECHAT_QY_URL=http://wisdomhousewechat.sudaonline.net/prevention/motemwall.html 

+ 2 - 2
.env.test

@@ -1,6 +1,6 @@
-OUT_PUT_DIR=dist/supervision-portal
+OUT_PUT_DIR=dist/insurance-portal
 
-VUE_APP_BACKEND_URL=http://ykt-test.xiaoxinda.com/supervision-server
+VUE_APP_BACKEND_URL=http://ykt-test.xiaoxinda.com/insurance-server
 
 #手机企业版
 VUE_APP_COMPANY_HEALTH_WECHAT_QY_URL=https://ykt-test.xiaoxinda.com/jp-housekeeper-server/healthPublicity

+ 2 - 1
src/views/base/advisory-detail.vue

@@ -11,8 +11,9 @@
     style="text-align: left"
     @close="closeDialog"
     :close-on-click-modal="false"
+    width="700px"
   >
-    <div class="user-panel" v-loading="loading" width="60%">
+    <div class="user-panel" v-loading="loading">
       <el-form
         ref="form"
         :model="formModel"

+ 2 - 1
src/views/base/report-detail.vue

@@ -11,8 +11,9 @@
     style="text-align: left"
     @close="closeDialog"
     :close-on-click-modal="false"
+    width="700px"
   >
-    <div class="user-panel" v-loading="loading" width="60%">
+    <div class="user-panel" v-loading="loading">
       <el-form
         ref="form"
         :model="formModel"