派生自 wuyushui/SewerAndRainNetwork

徐旺旺
2021-03-12 fb9947beadcd173e5cc481bc4894abb4bdcb9e8f
src/views/MapTemplate.vue
@@ -14,6 +14,7 @@
    <menu-special></menu-special>
    <legend-panel></legend-panel>
    <summary-sheets v-show="isShowbtn"></summary-sheets>
    <enterprise></enterprise>
    <el-button id="mapbtn" type="primary" icon="el-icon-c-scale-to-original" circle @click="isshowhidden"></el-button>
  </div>
</template>
@@ -32,10 +33,12 @@
import Popup from '@views/popup/Popup'
import MenuSpecial from '@components/panel/MenuTopic'
import LegendPanel from '@components/panel/LegendPanel'
import Enterprise from '../components/table/enterprise'
export default {
  name: 'MapTemplate',
  components: {
    Enterprise,
    LegendPanel,
    MenuSpecial,
    ToolBoxPanel,
@@ -160,12 +163,6 @@
    //height: 1px;
    //background-color: #0661AE;
    border-top: 1px solid #0661AE;
  }
  #mapbtn {
    position: fixed;
    top: 0;
    left: 100px;
    z-index: 9999!important;
  }
}
</style>