+
{{ index + 1 }}. {{ question.title }}
@@ -21,9 +26,9 @@
+
-
+
{{ String.fromCharCode(65 + index) }}.
@@ -31,9 +36,9 @@
+
-
+
{{ String.fromCharCode(65 + index) }}.
@@ -41,6 +46,7 @@
+
@@ -50,9 +56,9 @@
+
-
+
@@ -172,6 +178,7 @@ watch(() => {
font-weight: bold;
margin-bottom: 15px;
color: #303133;
+ text-align: left;
}
.option-item {
@@ -187,6 +194,23 @@ watch(() => {
width: 200px;
}
+.el-input {
+ display: flex;
+ flex-direction: column;
+ align-items: flex-start;
+ gap: 12px;
+ margin-left: 40px;
+}
+
+.el-radio-group,
+.el-checkbox-group {
+ display: flex;
+ flex-direction: column;
+ align-items: flex-start;
+ gap: 12px;
+ margin-left: 40px;
+}
+
.result-alert {
margin-top: 20px;
}