feat(): 水资源利用修改
parent
bfc27021e4
commit
ad81d24dc6
|
|
@ -135,7 +135,6 @@ export default function MapCtrl({ initParams, onLoad }) {
|
||||||
dispatch.runtime.setFeaturePop({ type: record.layerPop, properties: record, coordinates: [record.lgtd, record.lttd] });
|
dispatch.runtime.setFeaturePop({ type: record.layerPop, properties: record, coordinates: [record.lgtd, record.lttd] });
|
||||||
}
|
}
|
||||||
if(feature.layer.id==='临时线'){
|
if(feature.layer.id==='临时线'){
|
||||||
debugger
|
|
||||||
const record = feature.properties
|
const record = feature.properties
|
||||||
if(feature.layer.id==='临时水库tz'){
|
if(feature.layer.id==='临时水库tz'){
|
||||||
dispatch.map.setView(203)
|
dispatch.map.setView(203)
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.mapboxgl-popup-content {
|
.mapboxgl-popup-content {
|
||||||
background:rgba(4, 8, 27, 0.8);
|
background:rgba(4, 8, 27, 0.8) !important;
|
||||||
border-radius: 0px;
|
border-radius: 0px;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
box-shadow: 0 0 0.5rem 0 rgba(31, 95, 102, 0.7);
|
box-shadow: 0 0 0.5rem 0 rgba(31, 95, 102, 0.7);
|
||||||
|
|
|
||||||
|
|
@ -276,7 +276,7 @@ function DrpReal({ style }) {
|
||||||
:null
|
:null
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
tab==='发电'?
|
tab==='灌溉发电'?
|
||||||
<div style={{width:"100%",display:'flex',fontSize:'12px',justifyContent:'space-around',padding:'0.5rem 0'}}>
|
<div style={{width:"100%",display:'flex',fontSize:'12px',justifyContent:'space-around',padding:'0.5rem 0'}}>
|
||||||
<div style={{width:'8rem',padding:'0.5rem 0.5rem',background:'#2a5278',display:'flex',flexDirection:'column',justifyContent:'flex-start',alignItems:'center',color:"#ffffff"}}>
|
<div style={{width:'8rem',padding:'0.5rem 0.5rem',background:'#2a5278',display:'flex',flexDirection:'column',justifyContent:'flex-start',alignItems:'center',color:"#ffffff"}}>
|
||||||
<div><span style={{color:'#76b1d4',fontSize:'22px'}}>2.41</span> m³/s</div>
|
<div><span style={{color:'#76b1d4',fontSize:'22px'}}>2.41</span> m³/s</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue