flx:应急报警新增回退
This commit is contained in:
parent
e549e90fdc
commit
c49e68242b
@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<view class="emergencyalarm">
|
||||
<headers class="fixedheader" :showBack="false">
|
||||
<headers class="fixedheader" :showBack="true">
|
||||
<view class="headerName">
|
||||
应急警报
|
||||
</view>
|
||||
|
||||
@ -1,5 +1,9 @@
|
||||
<template>
|
||||
<view style="height: 100vh;width: 100%;">
|
||||
<headers class="fixedheader" :showBack="true">
|
||||
<view class="headerName">
|
||||
</view>
|
||||
</headers>
|
||||
<view class="page-body">
|
||||
<view class="page-section page-section-gap">
|
||||
<map style="width: 100%; height: 100vh;" :markers="markersArr" :latitude="latitude"
|
||||
@ -101,5 +105,12 @@
|
||||
}
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
<style lang="scss" scoped>
|
||||
.fixedheader {
|
||||
background-color: transparent;
|
||||
/deep/.headerBox {
|
||||
background-color: transparent;
|
||||
color: #fff;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
Loading…
x
Reference in New Issue
Block a user