From 95adbf8622a6a4a2e716501e0595609c78356427 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=98=AF=E5=B0=8F=E7=8E=8B=E5=91=80=5C24601?= <819653817@qq.com> Date: Thu, 18 Jul 2024 13:24:50 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E5=A4=B4=E9=83=A8=E8=93=9D?= =?UTF-8?q?=E8=89=B2=E8=83=8C=E6=99=AF=E9=9A=8F=E9=A1=B5=E9=9D=A2=E4=B8=8B?= =?UTF-8?q?=E6=BB=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/home/index.less | 10 +- src/views/home/index.vue | 220 +++++++++++++++++++------------------- 2 files changed, 118 insertions(+), 112 deletions(-) diff --git a/src/views/home/index.less b/src/views/home/index.less index 2244433..0a78860 100644 --- a/src/views/home/index.less +++ b/src/views/home/index.less @@ -5,13 +5,17 @@ height: 160px; } .content{ - position: fixed; + position: absolute + ; width: 100%; - height: 100%; + // height: 100%; top: 0; padding: 0 15px; box-sizing: border-box; - overflow-y: scroll; + // overflow-y: scroll; +} +.content1{ + height: 100%; } .notice_time{ padding-right: 5px; diff --git a/src/views/home/index.vue b/src/views/home/index.vue index 796422f..2321e3c 100644 --- a/src/views/home/index.vue +++ b/src/views/home/index.vue @@ -1,136 +1,138 @@