| | |
| | | |
| | | img { |
| | | display: block; |
| | | width: 30px; |
| | | height: 30px; |
| | | margin-left: -15px; |
| | | margin-top: -15px |
| | | width: 32px; |
| | | height: 32px; |
| | | margin-left: -16px; |
| | | margin-top: -16px |
| | | } |
| | | |
| | | ul { |
| | |
| | | .fixed-table { |
| | | background: rgba(0, 16, 30, 1) !important; |
| | | } |
| | | /****************************私有***/ |
| | | .baoBiao{ |
| | | .el-dialog.el-dialog--center{ |
| | | top:100px; |
| | | left: 100px; |
| | | } |
| | | } |
| | |
| | | layer: layer |
| | | }) |
| | | const res = await mapApi.getCompany() |
| | | console.log(res) |
| | | // console.log(res) |
| | | const data = res.Result.DataInfo || {} |
| | | for (let i = 0; i < data.length; i++) { |
| | | // console.log(data[i]) |
| | |
| | | |
| | | .wms-panel-scrollbar{ |
| | | height: 457px; |
| | | width: 2.5rem; |
| | | width: 285px; |
| | | //width: 2.5rem; |
| | | font-size: 14px; |
| | | } |
| | | .layerbox { |
| | |
| | | <template> |
| | | <div class="summary-sheets"> |
| | | <el-tooltip :popper-class="'map-tooltip'" effect="dark" content="报表" placement="left"> |
| | | <el-tooltip :popper-class="'map-tooltip'" effect="dark" content="" placement="left"> |
| | | <div :class='["iconBtn",subtopic ? "active-button" : ""]' @click="subtopicBtn" > |
| | | <i class="el-icon-tickets icon"></i> |
| | | </div> |
| | |
| | | </el-tooltip> |
| | | </div> |
| | | </transition> |
| | | <Dialog ref="summarySheets" title="报表" > |
| | | <Dialog ref="summarySheets" title="报表" class="baoBiao" > |
| | | <tab-handover></tab-handover> |
| | | </Dialog> |
| | | <Dialog ref="warnDialog" title="预报警" > |
| | |
| | | dialogHeaderEl.style.cssText += ';cursor:move;' |
| | | //console.log(dragDom.style.cssText) |
| | | //dragDom.style.cssText += ';top:0px;' |
| | | dragDom.style.cssText = 'bottom:15px;' |
| | | // dragDom.style.cssText = 'bottom:15px;' |
| | | |
| | | // 获取原有属性 ie dom元素.currentStyle 火狐谷歌 window.getComputedStyle(dom元素, null); |
| | | const sty = (function () { |