WXX-xiaoxue 9 месяцев назад
Родитель
Сommit
e58d50b63c
2 измененных файлов с 6 добавлено и 6 удалено
  1. 4 5
      src/views/zdsz/bigscreen/index.vue
  2. 2 1
      vue.config.js

+ 4 - 5
src/views/zdsz/bigscreen/index.vue

@@ -1255,24 +1255,24 @@
     height: 62px;
     margin-bottom: 10px;
     background: url("../../../assets/images/logo.jpg");
-     .searchBox{
+   }
+   .searchBox{
       float: right;
       width: 450px;
       height: 40px;
       background-color: transparent;
       display: flex;
      }
-   }
  .el-input__inner{
     background: transparent;
     border: solid 1px #007dec;
     height: 32px;
     margin: 5px 0 0 0;
     }
-   .el-range-input {
+   .el-input__inner input {
         background: rgba(64, 127, 255, 0.18) !important;
   }
-  .el-range-separator {
+  .el-input__inner span {
     line-height: 24px;
     font-size: 14px;
     color: #606266;
@@ -1457,7 +1457,6 @@
     flex-direction: row;
     justify-content:center;
     align-items:center;
-    margin: 10px 0 0 0;
   }
   .header span{
     font-size: 16px;

+ 2 - 1
vue.config.js

@@ -37,7 +37,8 @@ module.exports = {
       // detail: https://cli.vuejs.org/config/#devserver-proxy
       [process.env.VUE_APP_BASE_API]: {
         // target: `http://127.0.0.1:8080`,
-        target: `http://127.0.0.1:8080`,
+        // target: `http://127.0.0.1:8080`,
+				target: `http://192.168.4.88:8080`,
         changeOrigin: true,
         pathRewrite: {
           ['^' + process.env.VUE_APP_BASE_API]: ''