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);