From af9f537d4bb6c1fc64621bafaafc969acf32e0d3 Mon Sep 17 00:00:00 2001 From: yanghang Date: Fri, 25 Jul 2025 11:14:49 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9B=E9=9F=B3=E8=89=B2=E6=A0=B7?= =?UTF-8?q?=E5=BC=8Fbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/course/study.vue | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/pages/course/study.vue b/src/pages/course/study.vue index 5b4aace1..5ea2c33d 100644 --- a/src/pages/course/study.vue +++ b/src/pages/course/study.vue @@ -1272,7 +1272,7 @@ const chooseRateNow = (item) => { margin-bottom: 20rpx; overflow: hidden; .box-item-title{ - width: 86rpx; + width: 81rpx; height: 100%; float: left; overflow: hidden; @@ -1284,6 +1284,8 @@ const chooseRateNow = (item) => { float: left; width: calc(100% - 86rpx); overflow: hidden; + padding-left: 5rpx; + padding-top: 5rpx; .overlay-voice-item{ width: 123rpx; float: left; @@ -1298,6 +1300,10 @@ const chooseRateNow = (item) => { border-radius: 50%; overflow: hidden; box-shadow: 1rpx 0rpx 5rpx #ccc; + .overlay-img-box{ + width: 100%; + height: 100%; + } } .overlay-teacher-name{ width: 123rpx;