| @@ -280,12 +280,12 @@ | |||||
| text-overflow: ellipsis; /*超出部分文字以...显示*/ | text-overflow: ellipsis; /*超出部分文字以...显示*/ | ||||
| } | } | ||||
| .plotPremises_right { | .plotPremises_right { | ||||
| width: 98%; | |||||
| width: 94%; | |||||
| position: fixed; | position: fixed; | ||||
| z-index: 1001; | z-index: 1001; | ||||
| top: 50%; | top: 50%; | ||||
| transform: translateY(-50%); | transform: translateY(-50%); | ||||
| right: 0; | |||||
| right: 3%; | |||||
| display: flex; | display: flex; | ||||
| // display: none; | // display: none; | ||||
| min-width: 300px; | min-width: 300px; | ||||
| @@ -308,9 +308,7 @@ | |||||
| // align-items: center; | // align-items: center; | ||||
| .area_information { | .area_information { | ||||
| // margin-bottom: 3%; | // margin-bottom: 3%; | ||||
| flex: 1.5; | |||||
| position: relative; | position: relative; | ||||
| display: flex; | |||||
| .mian { | .mian { | ||||
| background: rgba(25, 29, 24, 0.7); | background: rgba(25, 29, 24, 0.7); | ||||
| /*background: rgba(255, 255, 255, 0.7);*/ | /*background: rgba(255, 255, 255, 0.7);*/ | ||||
| @@ -495,6 +493,7 @@ | |||||
| situationW: 70, | situationW: 70, | ||||
| //地图判断 | //地图判断 | ||||
| openMap: false, | openMap: false, | ||||
| showBtn: false, | |||||
| mapTheGeomId: null, | mapTheGeomId: null, | ||||
| mapTheGeomResourceId: null, | mapTheGeomResourceId: null, | ||||
| drawInsert:null, | drawInsert:null, | ||||