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