diff --git a/src/views/Program.vue b/src/views/Program.vue index 223bd88..c6439d6 100644 --- a/src/views/Program.vue +++ b/src/views/Program.vue @@ -21,7 +21,7 @@
基本信息
-
判分点名称
+
判分点
实验要求
- +
@@ -493,18 +493,15 @@ export default { border-bottom: 1px dashed #ccc; height: 45px; line-height: 45px; - font-size: 14px; + font-size: 12px; font-weight: 600; - padding: 0 10px; display: flex; justify-content: space-between; .back { line-height: 3; - padding-left: 10px; - span { - font-size: 14px; + font-size: 16px; font-weight: 600; padding-left: 5px; } @@ -512,6 +509,7 @@ export default { .title { font-weight: bold; + font-size: 14px; margin-left: 20px; } } @@ -544,6 +542,9 @@ export default { padding-right: 20px; line-height: 35px; } + .quill { + width: calc(100% - 240px); + } } } diff --git a/src/views/Transaction.vue b/src/views/Transaction.vue index a8a5d5c..827aa50 100644 --- a/src/views/Transaction.vue +++ b/src/views/Transaction.vue @@ -22,7 +22,7 @@
基本信息
-
判分点名称
+
判分点
实验要求
@@ -1059,18 +1059,15 @@ export default { border-bottom: 1px dashed #ccc; height: 45px; line-height: 45px; - font-size: 14px; + font-size: 12px; font-weight: 600; - //padding: 0 10px; display: flex; justify-content: space-between; .back { line-height: 3; - //padding-left: 10px; - span { - font-size: 14px; + font-size: 16px; font-weight: 600; padding-left: 5px; } @@ -1078,6 +1075,7 @@ export default { .title { font-weight: bold; + font-size: 14px; margin-left: 20px; } } @@ -1113,6 +1111,9 @@ export default { padding-right: 20px; line-height: 35px; } + .quill { + width: calc(100% - 240px); + } } }