From af3a0e79962aade3d32482798bcb33c31cba203f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E8=88=AA?= Date: Fri, 19 Dec 2025 15:03:07 +0800 Subject: [PATCH] =?UTF-8?q?JLBA202505130001=5F=E5=85=B3=E4=BA=8E=E5=90=89?= =?UTF-8?q?=E6=9E=97=E9=93=B6=E8=A1=8C=E6=96=B0=E5=BB=BAAI=E6=99=BA?= =?UTF-8?q?=E8=83=BD=E5=9F=B9=E8=AE=AD=E7=B3=BB=E7=BB=9F=E7=9A=84=E9=9C=80?= =?UTF-8?q?=E6=B1=82=5Ffix:=20bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/analytics/study.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/pages/analytics/study.vue b/src/pages/analytics/study.vue index 71bb9235..160dd73b 100644 --- a/src/pages/analytics/study.vue +++ b/src/pages/analytics/study.vue @@ -346,14 +346,14 @@ .top-box { - height: 280rpx; + height: 300rpx; width: 100%; // position: fixed; // float: left; // margin-top: var(--status-bar-height); background-image: url(@/static/images/analytics/title.png); background-repeat: no-repeat; - background-position: 26rpx 125rpx; + background-position: 26rpx 140rpx; background-size: 277rpx 135rpx; @@ -720,8 +720,8 @@ } } ::v-deep .uni-calendar--fixed{ - bottom: auto; - top:0 !important; + // bottom: auto; + // top:0 !important; } ::v-deep .uni-calendar__mask{ background-color: rgba(0, 0, 0, 0);