89f3acae by 任超

style:首页

1 parent 188400fd
......@@ -109,7 +109,7 @@ export default {
visualMap: {
min: 0,
max: _this.max,
bottom: '0%',
bottom: '5%',
right: 30,
splitNumber: 6,
seriesIndex: [0],
......
......@@ -27,7 +27,7 @@ export default {
<style lang="scss" scoped>
.centercard {
width: 48%;
width: 44%;
height: calc(100vh - 114px);
box-sizing: border-box;
padding: 0 10px;
......@@ -39,7 +39,7 @@ export default {
background: url("~@/image/mapcenter.png") no-repeat;
background-size: 100% 100%;
position: relative;
height: 510px;
height: 485px;
.title {
position: absolute;
......
......@@ -76,7 +76,7 @@ export default {
<style lang="scss" scoped>
.leftcard {
width: 30%;
width: 32%;
height: calc(100% -94px);
display: flex;
flex-direction: column;
......
......@@ -51,7 +51,7 @@ export default {
}
.rightcard {
width: 30%;
width: 32%;
display: flex;
height: calc(100% -94px);
flex-direction: column;
......