diff --git a/src/assets/css/index.scss b/src/assets/css/index.scss index 2b1d239..4b82c96 100644 --- a/src/assets/css/index.scss +++ b/src/assets/css/index.scss @@ -79,6 +79,7 @@ } .answer-box { + padding-top: 12px; .answer-s { display: inline-block; width: 30px; @@ -97,6 +98,19 @@ color: #fff; } } + + .delButton { + border-color: #ff6868; + background: #ff6868 url("../images/arrow.png") no-repeat center; + background-size: 19px; + color: transparent; + } + + .ac { + border-color: #ff6868; + background: #ff6868; + color: #fff; + } } .el-menu-item i { diff --git a/src/views/examinationPaper/edit.vue b/src/views/examinationPaper/edit.vue index 1d89c9a..5b60daf 100644 --- a/src/views/examinationPaper/edit.vue +++ b/src/views/examinationPaper/edit.vue @@ -16,59 +16,143 @@
{{ form.title }}
卷面总分:{{ allScore }}分
-
- {{ setBigNum(index) }}、
-
+ {{ setBigNum(index) }}、
+
+
--
+{{ subQuestions.partScore }}
+
+
--
---
+{{ subQuestions.partScore }}
+