Browse Source

时间样式

wangtao 2 years ago
parent
commit
286e70e478
2 changed files with 3 additions and 5 deletions
  1. 0 5
      public/static/config.js
  2. 3 0
      src/views/device/camera/index.vue

+ 0 - 5
public/static/config.js

@@ -9,11 +9,6 @@
 
 // api 请求路径
 var PLATFROM_CONFIG = {};
-//PLATFROM_CONFIG.baseUrl = "https://smartpark.caih.com/spapi"
-//PLATFROM_CONFIG.baseUrl = "https://qhome.usky.cn/af"
-
-//PLATFROM_CONFIG.baseUrl = "http://101.133.214.75:81/af"
-// PLATFROM_CONFIG.baseUrl = "http://172.16.120.85:8082"
 //PLATFROM_CONFIG.baseUrl = "http://172.16.120.49/securityapi/"
 PLATFROM_CONFIG.baseUrl = "http://10.21.39.1:8082" //生产
     //alarming WEBSOCKET

+ 3 - 0
src/views/device/camera/index.vue

@@ -682,4 +682,7 @@ export default {
   width:10%;display: inline-block;
   margin:20px 45% 0;
 }
+.el-date-range-picker{
+  width:520px !important
+}
 </style>