style:首页
Showing
4 changed files
with
5 additions
and
5 deletions
| ... | @@ -109,7 +109,7 @@ export default { | ... | @@ -109,7 +109,7 @@ export default { |
| 109 | visualMap: { | 109 | visualMap: { |
| 110 | min: 0, | 110 | min: 0, |
| 111 | max: _this.max, | 111 | max: _this.max, |
| 112 | bottom: '0%', | 112 | bottom: '5%', |
| 113 | right: 30, | 113 | right: 30, |
| 114 | splitNumber: 6, | 114 | splitNumber: 6, |
| 115 | seriesIndex: [0], | 115 | seriesIndex: [0], | ... | ... |
| ... | @@ -27,7 +27,7 @@ export default { | ... | @@ -27,7 +27,7 @@ export default { |
| 27 | 27 | ||
| 28 | <style lang="scss" scoped> | 28 | <style lang="scss" scoped> |
| 29 | .centercard { | 29 | .centercard { |
| 30 | width: 48%; | 30 | width: 44%; |
| 31 | height: calc(100vh - 114px); | 31 | height: calc(100vh - 114px); |
| 32 | box-sizing: border-box; | 32 | box-sizing: border-box; |
| 33 | padding: 0 10px; | 33 | padding: 0 10px; |
| ... | @@ -39,7 +39,7 @@ export default { | ... | @@ -39,7 +39,7 @@ export default { |
| 39 | background: url("~@/image/mapcenter.png") no-repeat; | 39 | background: url("~@/image/mapcenter.png") no-repeat; |
| 40 | background-size: 100% 100%; | 40 | background-size: 100% 100%; |
| 41 | position: relative; | 41 | position: relative; |
| 42 | height: 510px; | 42 | height: 485px; |
| 43 | 43 | ||
| 44 | .title { | 44 | .title { |
| 45 | position: absolute; | 45 | position: absolute; | ... | ... |
| ... | @@ -76,7 +76,7 @@ export default { | ... | @@ -76,7 +76,7 @@ export default { |
| 76 | 76 | ||
| 77 | <style lang="scss" scoped> | 77 | <style lang="scss" scoped> |
| 78 | .leftcard { | 78 | .leftcard { |
| 79 | width: 30%; | 79 | width: 32%; |
| 80 | height: calc(100% -94px); | 80 | height: calc(100% -94px); |
| 81 | display: flex; | 81 | display: flex; |
| 82 | flex-direction: column; | 82 | flex-direction: column; | ... | ... |
| ... | @@ -51,7 +51,7 @@ export default { | ... | @@ -51,7 +51,7 @@ export default { |
| 51 | } | 51 | } |
| 52 | 52 | ||
| 53 | .rightcard { | 53 | .rightcard { |
| 54 | width: 30%; | 54 | width: 32%; |
| 55 | display: flex; | 55 | display: flex; |
| 56 | height: calc(100% -94px); | 56 | height: calc(100% -94px); |
| 57 | flex-direction: column; | 57 | flex-direction: column; | ... | ... |
-
Please register or sign in to post a comment