merge
parent
6a4b278933
commit
4d75e1ce78
Binary file not shown.
|
After Width: | Height: | Size: 5.6 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 5.8 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 5.6 KiB After Width: | Height: | Size: 5.8 KiB |
|
|
@ -1,6 +1,6 @@
|
||||||
<template>
|
<template>
|
||||||
<div class="statistical" id="bg-pan">
|
<div class="statistical" id="bg-pan">
|
||||||
<Header></Header>
|
<Header v-if="false"></Header>
|
||||||
<div id="alertOverlay" class="alert-active" ref="alertOverlay" >
|
<div id="alertOverlay" class="alert-active" ref="alertOverlay" >
|
||||||
<div></div>
|
<div></div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -56,7 +56,7 @@ const changeLandType = (value) => {
|
||||||
background: linear-gradient(to right,rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.9),rgba(0, 0, 0, 0.9));
|
background: linear-gradient(to right,rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.9),rgba(0, 0, 0, 0.9));
|
||||||
right: 0px;
|
right: 0px;
|
||||||
padding: 74px 42px 15px 21px;
|
padding: 74px 42px 15px 21px;
|
||||||
padding-top:80px;
|
padding-top:0px;
|
||||||
.currentCounty{
|
.currentCounty{
|
||||||
color:#fff;
|
color:#fff;
|
||||||
padding:20px 0px 0px 20px;
|
padding:20px 0px 0px 20px;
|
||||||
|
|
@ -68,7 +68,7 @@ const changeLandType = (value) => {
|
||||||
// }
|
// }
|
||||||
.page-turning{
|
.page-turning{
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 36px;
|
top: 18px;
|
||||||
right: 32px;
|
right: 32px;
|
||||||
width: 74px;
|
width: 74px;
|
||||||
height: 30px;
|
height: 30px;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue