From 73fa8d9f1ef3379df6924d1d27b72d405f484109 Mon Sep 17 00:00:00 2001 From: zhangyc Date: Thu, 29 Dec 2022 20:00:33 +0800 Subject: [PATCH 1/9] =?UTF-8?q?=E5=AD=A6=E5=91=98=E6=9F=A5=E7=9C=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/drawers/SeeStu.vue | 48 +++++++++++++------ src/components/student/TableStudent.vue | 5 +- .../courselibrary/components/seeModal.vue | 3 ++ 3 files changed, 40 insertions(+), 16 deletions(-) diff --git a/src/components/drawers/SeeStu.vue b/src/components/drawers/SeeStu.vue index aced870f..95e2fb73 100644 --- a/src/components/drawers/SeeStu.vue +++ b/src/components/drawers/SeeStu.vue @@ -1,3 +1,4 @@ + -
+ + + +
+
{{ item.complete }}
+
@@ -433,6 +451,14 @@ export default { color: rgba(51, 51, 51, 1); font-size: 16px; } + + } + .mainbox { + // height: 463px; + margin-right: 37px; + margin-top: 32px; + //border: 1px solid rgba(221, 238, 255, 1); + //border-radius: 6px; .rowbox { width: 64px; height: 24px; @@ -442,6 +468,7 @@ export default { margin-left: 24px; border: 1px solid rgba(64, 158, 255, 1); background: rgba(64, 158, 255, 0.1); + margin-right: 700px; cursor: pointer; .shuom { color: rgba(64, 158, 255, 1); @@ -450,13 +477,6 @@ export default { margin-right: 5px; } } - } - .mainbox { - // height: 463px; - margin-right: 37px; - margin-top: 32px; - //border: 1px solid rgba(221, 238, 255, 1); - //border-radius: 6px; .ant-collapse { background-color: #ffffff; border: 0; diff --git a/src/components/student/TableStudent.vue b/src/components/student/TableStudent.vue index 643be4e9..ddb5cd51 100644 --- a/src/components/student/TableStudent.vue +++ b/src/components/student/TableStudent.vue @@ -165,9 +165,10 @@ const tablecolumns = ref([ title: "姓名", dataIndex: "studentName", key: "studentName", - width: "8%", + width: "12%", align: "left", className: "h", + ellipsis: true, customRender: ({record: {studentName, topFlag}}) => (topFlag ?
+
+ asterisk +
课程简介:
From e52ea959729953fe766e8c205877403721a47e46 Mon Sep 17 00:00:00 2001 From: zhangyc Date: Thu, 29 Dec 2022 20:20:58 +0800 Subject: [PATCH 2/9] =?UTF-8?q?=E6=9F=A5=E7=9C=8B=E5=AD=A6=E5=91=98?= =?UTF-8?q?=E6=97=A0=E9=98=B6=E6=AE=B5=E4=BB=BB=E5=8A=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/drawers/SeeStu.vue | 23 +++++++++++++++++++---- 1 file changed, 19 insertions(+), 4 deletions(-) diff --git a/src/components/drawers/SeeStu.vue b/src/components/drawers/SeeStu.vue index 95e2fb73..ec302c1e 100644 --- a/src/components/drawers/SeeStu.vue +++ b/src/components/drawers/SeeStu.vue @@ -83,12 +83,11 @@
-