From cc71d0661ab65e38b670f7bcf67bfec631c5fd4c Mon Sep 17 00:00:00 2001 From: kbing1981 <549711992@qq.com> Date: Mon, 12 Aug 2024 11:54:06 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/kc/wjxCswj/WjxCywjV2List.vue | 39 ++++++++++++------ .../components/WjxWjxxTmlbDjjgForm.vue | 41 ++++++++++++------- .../components/WjxWjxxTmlbDjjgModal.vue | 2 +- 3 files changed, 54 insertions(+), 28 deletions(-) diff --git a/src/views/kc/wjxCswj/WjxCywjV2List.vue b/src/views/kc/wjxCswj/WjxCywjV2List.vue index 6d96716..51123f4 100644 --- a/src/views/kc/wjxCswj/WjxCywjV2List.vue +++ b/src/views/kc/wjxCswj/WjxCywjV2List.vue @@ -52,7 +52,7 @@
保存 - 返回 + 返回
@@ -449,7 +449,7 @@
-
+
@@ -457,13 +457,13 @@ {{ index + 1 }}、 - +
- - + + (正确答案) 选择人数:{{ tmxx.num }}人 @@ -472,7 +472,7 @@
-
+
@@ -480,7 +480,7 @@ {{ index + 1 }}、 @@ -497,17 +497,17 @@
-
+
@@ -1584,7 +1584,7 @@ onMounted(() => { } .ant-card { box-sizing: border-box; - margin: 0; + margin: 2px 0; padding: 0; color: rgb(0 0 0); font-size: 14px; @@ -1595,7 +1595,7 @@ onMounted(() => { position: relative; border-radius: 5px; border: 1px solid #dadada; - background: #f7f7f7; + background: #fff; } .ant-card-head { min-height: 48px; @@ -1711,6 +1711,7 @@ onMounted(() => { padding: 8px 20px; border-left: 5px solid #029c88; margin-bottom: 20px; + background: #fff; } .tjfx-col { font-size: 16px; @@ -1728,6 +1729,12 @@ onMounted(() => { .tjfx-xzrs { margin-left: 30px; font-size: 12px; + position: absolute; + right:15px; +} +.tjfx-xzrs1 { + margin-left: 30px; + font-size: 12px; } .tjfx-zql { text-align: right; @@ -1735,4 +1742,10 @@ onMounted(() => { font-size: 16px; padding: 20px; } +.question-type{ + background: #353535; + color: #fff; + padding:0 5px; + border-radius: 3px; +} diff --git a/src/views/kc/wjxWjxx/components/WjxWjxxTmlbDjjgForm.vue b/src/views/kc/wjxWjxx/components/WjxWjxxTmlbDjjgForm.vue index cdbd403..ea5fc7f 100644 --- a/src/views/kc/wjxWjxx/components/WjxWjxxTmlbDjjgForm.vue +++ b/src/views/kc/wjxWjxx/components/WjxWjxxTmlbDjjgForm.vue @@ -5,23 +5,23 @@
{{ djxxData.title }}
- 答卷人:{{ djxxData.userName }} - 总分:{{ djxxData.totalScore }} - 得分:{{ djxxData.score }} - 用时:{{djxxData.answerSfm}} + 答卷人:{{ djxxData.userName }} + 总分:{{ djxxData.totalScore }} + 得分:{{ djxxData.score }} + 用时:{{djxxData.answerSfm}}
-
+
单选题
- +
@@ -34,15 +34,15 @@
-
+
多选题
@@ -59,7 +59,7 @@
-
+
填空题
@@ -170,4 +170,17 @@ async function submitForm(){ color: rgb(2, 2, 2); /* 例如,将文本颜色设置为灰色 */ cursor: not-allowed; /* 将鼠标指针设置为禁用状态 */ } +.answer-title{ + font-size: 14px; + color: #333; +} +.answer-info{ + font-size: 14px; + color: #666; + text-decoration: underline; + margin-right: 15px; +} +.answer-word{ + color: #ff8710; +} diff --git a/src/views/kc/wjxWjxx/components/WjxWjxxTmlbDjjgModal.vue b/src/views/kc/wjxWjxx/components/WjxWjxxTmlbDjjgModal.vue index f54211a..f73f275 100644 --- a/src/views/kc/wjxWjxx/components/WjxWjxxTmlbDjjgModal.vue +++ b/src/views/kc/wjxWjxx/components/WjxWjxxTmlbDjjgModal.vue @@ -9,7 +9,7 @@ import WjxWjxxTmlbDjjgForm from './WjxWjxxTmlbDjjgForm.vue' const title = ref(''); - const width = ref('80%'); + const width = ref(1024); const visible = ref(false); const disableSubmit = ref(false); const registerForm = ref();