From fd6fa24a45e787037cab348450b1a8a3006ea54e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=94=B0=E5=B2=A9?= Date: Thu, 18 Sep 2025 15:36:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/index/index.vue | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/src/pages/index/index.vue b/src/pages/index/index.vue index 843ef943..b1dc275f 100644 --- a/src/pages/index/index.vue +++ b/src/pages/index/index.vue @@ -180,9 +180,12 @@ {{ item.crsName }} - 更新:{{ (item.mtTime || '').substr(0, 10) }} 丨已学:{{ item.accmStdyCnt }} + 更新:{{ (item.mtTime || '').substr(0, 10) }} + + 已学:{{ item.accmStdyCnt }}人次 + 去学习 @@ -220,9 +223,12 @@ {{ item.crsName }} - 更新:{{ (item.mtTime || '').substr(0, 10) }} 丨已学:{{ item.accmStdyCnt }} + 更新:{{ (item.mtTime || '').substr(0, 10) }} + + 已学:{{ item.accmStdyCnt }}人次 + 去学习 @@ -259,9 +265,12 @@ {{ item.crsName }} - 更新:{{ (item.mtTime || '').substr(0, 10) }} 丨已学:{{ item.accmStdyCnt }} + 更新:{{ (item.mtTime || '').substr(0, 10) }} + + 已学:{{ item.accmStdyCnt }}人次 + 去学习 @@ -559,8 +568,7 @@ .button_div { display: flex; - justify-content: flex-end; - + justify-content: space-between; .button { text-align: center; line-height: 62rpx;