diff --git a/src/view/hygiene.vue b/src/view/hygiene.vue index 7c0b70a..cfff88a 100644 --- a/src/view/hygiene.vue +++ b/src/view/hygiene.vue @@ -83,14 +83,11 @@
-
+
-
3月2日健康日,在龙中公园进行健康活动宣
-
3月2日健康日,在龙中公园进行健康活动宣
-
3月2日健康日,在龙中公园进行健康活动宣
-
3月2日健康日,在龙中公园进行健康活动宣
-
3月2日健康日,在龙中公园进行健康活动宣
+
3月2日健康日,在龙中公园进行健康活动宣
+
@@ -654,13 +651,16 @@ const change = (name, index) => { } } .table { + box-sizing: border-box; margin-top: 10px; width: 95%; - min-height: 200px; - height: calc(100% - 115px); + height: 220px; + // height: calc(100% - 115px); // background: red; - overflow-y: scroll; + overflow-y: auto; + .item { + box-sizing: border-box; margin-top: 10px; padding: 16px 20px; background-image: url(@/assets/images/hygiene/table_bg.png); @@ -668,6 +668,7 @@ const change = (name, index) => { background-size: 100% 100%; color: #ffffff; } + } /* 滚动条整体部分 */ .table::-webkit-scrollbar {