@@ -35,9 +35,14 @@ body {
/* 行高是字体1.15倍 */
line-height: 1.15;
/* height: 100vh; */
+ height: 100%;
min-height: 600px;
}
+#app {
+ height: 100%
+}
+
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
color: #fff;
@@ -1,6 +1,5 @@
<template>
- <div>
- <section class="mainbox">
+ <section class="mainbox">
<!-- topBox start -->
<div class="topBox">
<div class="column statisSec">
@@ -109,7 +108,8 @@
</div>
<!-- bottomBox end -->
</section>
- </div>
</template>
<script>
import statisTop from "./components/statisTop";
@@ -1,7 +1,6 @@
<!-- <indexroute></indexroute> -->
- <div class="overview">
+ <section class="mainbox overview">
<div class="column">
@@ -117,7 +116,6 @@
import powerTop from "./components/Overview/powerTop";