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