From 4ef3723d03826b17cf174f5a85d4d05ba7730806 Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Fri, 17 Feb 2023 10:05:26 +0800 Subject: [PATCH] 36 --- .../qujing/AppLegalLearning/components/OnlineClass.vue | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/project/qujing/AppLegalLearning/components/OnlineClass.vue b/src/project/qujing/AppLegalLearning/components/OnlineClass.vue index 4f4e1b2..d04d382 100644 --- a/src/project/qujing/AppLegalLearning/components/OnlineClass.vue +++ b/src/project/qujing/AppLegalLearning/components/OnlineClass.vue @@ -13,7 +13,10 @@
{{ item.title }}
-
{{ item.learnerNumber }}人已学习
+
+
{{ item.learnerNumber }}人已学习
+
视频时长{{ item.videoDuration }}
+
@@ -97,6 +100,7 @@ export default { } .card_right { + width: calc(100% - 184px); .title { font-weight: 500; font-size: 34px; @@ -108,6 +112,8 @@ export default { -webkit-line-clamp: 2; } .num { + display: flex; + justify-content: space-between; margin-top: 28px; font-weight: 400; font-size: 26px;