panhui 4 лет назад
Родитель
Сommit
9960c1e16e
2 измененных файлов с 25 добавлено и 7 удалено
  1. 1 1
      src/main/vue/src/plugins/http.js
  2. 24 6
      src/main/vue/src/styles/app.less

+ 1 - 1
src/main/vue/src/plugins/http.js

@@ -5,7 +5,7 @@ import qs from 'qs';
 let baseUrl = 'http://localhost:8080';
 let baseUrl = 'http://localhost:8080';
 switch (process.env.NODE_ENV) {
 switch (process.env.NODE_ENV) {
     case 'development':
     case 'development':
-        baseUrl = 'http://localhost:8080';
+        baseUrl = 'https://pms.izouma.com';
         break;
         break;
     case 'test':
     case 'test':
         baseUrl = 'http://localhost:8080';
         baseUrl = 'http://localhost:8080';

+ 24 - 6
src/main/vue/src/styles/app.less

@@ -231,7 +231,7 @@ li {
     //  background: rgba(255, 255, 255, 0.12) !important;
     //  background: rgba(255, 255, 255, 0.12) !important;
 }
 }
 .el-textarea .el-input__count {
 .el-textarea .el-input__count {
-    background: #242744 !important;
+    background: #242744;
 }
 }
 .filter-btn {
 .filter-btn {
     min-width: 80px;
     min-width: 80px;
@@ -338,14 +338,15 @@ li {
     background: #fff !important;
     background: #fff !important;
 }
 }
 .el-card {
 .el-card {
-    background-color: #242744 !important;
+    color: #fff;
+    background-color: #242744;
     .header-name {
     .header-name {
-        color: #fff !important;
+        color: #fff;
     }
     }
 }
 }
 .el-card__header {
 .el-card__header {
     margin: 0 20px !important;
     margin: 0 20px !important;
-    border-bottom: 1px solid #080c27 !important;
+    border-bottom: 1px solid #080c27;
 }
 }
 .sum-row .col {
 .sum-row .col {
     background: #242744 !important;
     background: #242744 !important;
@@ -894,7 +895,7 @@ li {
         }
         }
     }
     }
     .edit-view {
     .edit-view {
-        background-color: #ffffff;
+        background-color: #f2f4f5;
         .el-form-item__label {
         .el-form-item__label {
             color: #000 !important;
             color: #000 !important;
         }
         }
@@ -1011,8 +1012,25 @@ li {
     .checkin-form .checkin-form-item .checkin-form-content {
     .checkin-form .checkin-form-item .checkin-form-content {
         color: #000 !important;
         color: #000 !important;
     }
     }
+    .el-card {
+        color: #000;
+        background-color: #fff;
+        .header-name {
+            color: #000;
+        }
+    }
+    .el-card__header {
+        border-bottom: 1px solid #f2f4f5;
+    }
+
+    .el-textarea .el-input__count {
+        background: #fff;
+    }
 }
 }
 .lightBg ~ div {
 .lightBg ~ div {
+    .el-textarea .el-input__count {
+        background: #fff;
+    }
     .checkin-form .checkin-form-item .checkin-form-content {
     .checkin-form .checkin-form-item .checkin-form-content {
         color: #000 !important;
         color: #000 !important;
     }
     }
@@ -1221,7 +1239,7 @@ li {
         }
         }
     }
     }
     .edit-view {
     .edit-view {
-        background-color: #ffffff;
+        background-color: #f2f4f5;
         .el-form-item__label {
         .el-form-item__label {
             color: #000 !important;
             color: #000 !important;
         }
         }