@@ -926,7 +926,6 @@ tbody {
display: block;
// width: 100%;
// overflow-x: auto;
- // overflow-y: auto;
height: 220px;
}
tbody tr {
@@ -993,7 +992,7 @@ tbody tr {
.app-box-san {
width: 100%;
- height: 400px;
+ min-height: 400px;
display: flex;
margin-top: 15px;
.zuo {
diff --git a/src/views/Statistics/index.vue b/src/views/Statistics/index.vue
index 3c5f1f6..9cd57d0 100644
--- a/src/views/Statistics/index.vue
+++ b/src/views/Statistics/index.vue
@@ -478,13 +478,11 @@ export default {
.box-forhtml {
width: 100%;
- height: 400px;
+ min-height: 400px;
background: #ffffff;
box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.04);
border-radius: 4px;
- padding-top: 20px;
- padding-left: 30px;
- padding-right: 30px;
+ padding: 20px 30px;
margin-top: 20px;
}
.box-forhtml-flex {
@@ -494,11 +492,11 @@ export default {
}
.box-forhtml-flex .left {
width: 50%;
- height: 320px;
+ min-height: 320px;
}
.box-forhtml-flex .right {
width: 50%;
- height: 330px;
+ min-height: 330px;
display: flex;
justify-content: center;
}
diff --git a/src/views/houseData/analyse.vue b/src/views/houseData/analyse.vue
index 22e7b51..f36e381 100644
--- a/src/views/houseData/analyse.vue
+++ b/src/views/houseData/analyse.vue
@@ -115,7 +115,7 @@
-
@@ -144,7 +144,7 @@