Browse Source

Merge branch 'master' of http://www.sysuimars.cn:3000/feiniao/feiniao-pc-vue

刘秀芳 1 tháng trước cách đây
mục cha
commit
a74a821947
2 tập tin đã thay đổi với 5 bổ sung2 xóa
  1. 1 2
      src/api/modules/miniimage.js
  2. 4 0
      src/styles/common.scss

+ 1 - 2
src/api/modules/miniimage.js

@@ -4,8 +4,7 @@ module.exports = {
     list: {
         url: config.base_dev_url + "image/list?key="+config.mini_key,
         type: "post",
-    }
-    ,
+    },
     getByFarmIdAndDate: {
         url: config.base_dev_url + "lz_weather7d/getByFarmIdAndDate/{farmId}/{date}?key="+config.mini_key,
         type: "get",

+ 4 - 0
src/styles/common.scss

@@ -141,6 +141,10 @@ div{
     font-family: PingFangSC-Medium, PingFang SC;
 }
 
+.PhotoSlider__Wrapper {
+    z-index: 3000 !important;
+}
+
 .coord-box{
     color: whitesmoke;
     font-size: 14px;