From ad40d7749ee16b268594d1696fb83a3810efdbb3 Mon Sep 17 00:00:00 2001 From: luyuan <1162963624@qq.com> Date: Thu, 29 Oct 2020 17:11:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E4=BA=86=E6=97=B6=E9=97=B4to?= =?UTF-8?q?p?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/regime/week.vue | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) 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;