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;