Kaynağa Gözat

修改样式

zhangxc 4 yıl önce
ebeveyn
işleme
a2db283a21
2 değiştirilmiş dosya ile 2 ekleme ve 0 silme
  1. 1 0
      src/components/PushData/index.less
  2. 1 0
      src/utils/config.js

+ 1 - 0
src/components/PushData/index.less

@@ -40,6 +40,7 @@
     // height:600px;
     border-radius:4px;
     border: 1px solid #E6E6E6;
+    border-bottom:0px;
     position: fixed;
     bottom: 20px;
     right: 10px;

+ 1 - 0
src/utils/config.js

@@ -14,4 +14,5 @@ module.exports={
     pushPage:'http://192.168.2.241:5488/icssIndex.html',        //右侧推送页面的地址
     imageUrlPrefix,
     pushPage2:'http://192.168.2.241:5654/cdss.html',        //右侧推送页面的地址
+    // pushPage2:'http://localhost:8080/cdss.html',        //右侧推送页面的地址
 };