From b4e5b3f71be6084dda870eb7490d8153497eb7ea Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Thu, 23 Mar 2023 18:01:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9C=80=E5=B0=8F=E5=AE=BD=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../qujing/AppLegalLearning/components/GeneralLawExam.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/project/qujing/AppLegalLearning/components/GeneralLawExam.vue b/src/project/qujing/AppLegalLearning/components/GeneralLawExam.vue index a2a31b7..259d253 100644 --- a/src/project/qujing/AppLegalLearning/components/GeneralLawExam.vue +++ b/src/project/qujing/AppLegalLearning/components/GeneralLawExam.vue @@ -10,7 +10,7 @@
-
{{ item.examinationName }}
+
{{ item.examinationName }}
{{ item.allSubjectNumber }}
@@ -231,6 +231,9 @@ export default { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; + } + + .min-wid { width: 438px; }