diff --git a/src/views/site/studentWdkc/studentWdkc.vue b/src/views/site/studentWdkc/studentWdkc.vue index c576a54..28bdeb3 100644 --- a/src/views/site/studentWdkc/studentWdkc.vue +++ b/src/views/site/studentWdkc/studentWdkc.vue @@ -3,8 +3,8 @@
我的课程
-
- +
+
@@ -17,21 +17,22 @@ v-for="(item, index2) in dataSource" :key="index2" > -
+
-
{{ item.kcmc }} @@ -39,17 +40,17 @@
-
{{item.sksj}}
-
+
-
{{ item.skdd }}
+
{{item.sksj}}
+
{{ item.skdd }}
- - {{ + + {{ item.skjs }} - 进入课程 @@ -74,7 +75,7 @@ 在{{ item.skdd }}上课, 授课教师是{{ item.skjs }}。 - 进入课程 +
进入课程
@@ -135,4 +136,23 @@ function openKecheng(record) { white-space: nowrap; /* 确保文本在一行内显示 */ text-overflow: ellipsis; /* 超出部分显示省略号 */ } +.ellipsis-word{ + font-size:13px; + color: #888; + //margin-left: 10px; + //margin-top:10px; + } + .stu-title{ + font-size:16px; + color: #1c84c6; + font-weight: 600; + font-family: Helvetica Neue, Helvetica, sans-serif; + padding: 10px 0; + } + .ellipsis-line{ + display: flex; + margin-top: 20px; + justify-content: space-between; + align-items: flex-end; + } diff --git a/src/views/zy/zyInfo/StudentZyInfoList.vue b/src/views/zy/zyInfo/StudentZyInfoList.vue index 711c583..e2a56df 100644 --- a/src/views/zy/zyInfo/StudentZyInfoList.vue +++ b/src/views/zy/zyInfo/StudentZyInfoList.vue @@ -1,5 +1,5 @@