From 34bb2eafe6e14fb4069038e9ba2452e5fefdf688 Mon Sep 17 00:00:00 2001 From: yxq Date: Mon, 30 Sep 2024 11:14:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=99=BA=E6=85=A7=E8=AF=BE=E5=A0=82=E5=A4=A7?= =?UTF-8?q?=E5=B1=8F=E9=A1=B5=E8=AF=BE=E5=A0=82=E5=87=BA=E5=8B=A4=E6=A8=A1?= =?UTF-8?q?=E5=9D=97=E6=8E=92=E7=89=88=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/screen/component/classroom/stuEnterList.vue | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/SafeCampus.WEB/src/views/screen/component/classroom/stuEnterList.vue b/SafeCampus.WEB/src/views/screen/component/classroom/stuEnterList.vue index f136e30..3307ef9 100644 --- a/SafeCampus.WEB/src/views/screen/component/classroom/stuEnterList.vue +++ b/SafeCampus.WEB/src/views/screen/component/classroom/stuEnterList.vue @@ -89,7 +89,7 @@ ul { } } .right { - flex: 1; + width: calc(100% - 140px); padding-left: 29px; padding-top: 15px; padding-right: 16px; @@ -103,6 +103,11 @@ ul { font-size: 12px; line-height: 1.5; margin-top: 2px; + display: block; + text-overflow: ellipsis; + overflow: hidden; + white-space: nowrap; + width: 100%; } .enterTime { color: #78dfff;