diff --git a/src/views/regime/week.vue b/src/views/regime/week.vue index bc7462f..a11d2d2 100644 --- a/src/views/regime/week.vue +++ b/src/views/regime/week.vue @@ -44,9 +44,9 @@ item > 9 ? item : "0" + item }}:00 -
+
-
+
{{week.date[i -1].list[item - 1].title}}
@@ -64,6 +64,7 @@ display: flex; flex-direction: column; align-items: center; + .head { width: 1320px; height: 57px; @@ -144,6 +145,7 @@ } .body { width: 100%; + overflow: hidden; .row { background-color: #fff; height: 63px; @@ -165,8 +167,9 @@ display: flex; flex-direction: column; color: #111; - + position: relative; > div { + position: absolute; min-height: 100%; width: 100%; border-radius: 6px;