From cec1c3b64cbc473024b3d2ba3aeb72c88629ba84 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Thu, 21 Oct 2021 09:31:10 +0800
Subject: [PATCH] +去掉考试管理 +题目行间距 +实操选完才进行下一题
---
src/styles/element-ui.scss | 8 ++++++--
1 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/src/styles/element-ui.scss b/src/styles/element-ui.scss
index 828f4a2..82efe5f 100644
--- a/src/styles/element-ui.scss
+++ b/src/styles/element-ui.scss
@@ -175,14 +175,18 @@
}
.subject-exam-title {
font-size: 30px !important;
+ margin-bottom: 0 !important;
}
.subject-content {
+ margin-top: 10px !important;
span {
- font-size: 24px !important;
+ font-size: 22px !important;
+ line-height: 28px !important;
+ font-weight: 500;
}
.subject-title {
font-size: 24px !important;
- line-height: 24px !important;
+ line-height: 26px !important;
letter-spacing: 0.1rem !important;
}
}
--
Gitblit v1.9.3