From 6623f323f79ba74e136eb40477bcd0d601e9e0c9 Mon Sep 17 00:00:00 2001 From: 闫增涛 <1829501689@qq.com> Date: 星期六, 11 五月 2024 10:26:45 +0800 Subject: [PATCH] 分页 --- src/components/examinations/index.vue | 12 +++++++++--- 1 files changed, 9 insertions(+), 3 deletions(-) diff --git a/src/components/examinations/index.vue b/src/components/examinations/index.vue index f5c27d5..0329a7c 100644 --- a/src/components/examinations/index.vue +++ b/src/components/examinations/index.vue @@ -23,7 +23,7 @@ :style="{ marginTop: value.questionType == 'completion' ? '12px' : '0', }" - >{{ index + 1 }}銆�</span + >{{ index + 1 }}. </span > <!-- 鍚姏杩涘害鏉� --> <!-- <answerAudioPlayer :audioUrl="value.src" v-show="item.name == '鍚姏棰�'" /> --> @@ -872,7 +872,7 @@ margin-top: 6px; } .el-input { - width: 150px; + width: 140px; height: 24px; border-top: 0; } @@ -916,11 +916,15 @@ align-items: center; min-width: 45%; margin-right: 50px; + margin-bottom: 6px; white-space: pre-wrap !important; color: #000; /deep/ .el-checkbox__label { line-height: 1.5; } + } + /deep/ .el-radio__inner { + border-color: #a5a3a3; } .optionContent { margin: 0; @@ -932,6 +936,8 @@ } .analysis { margin: 20px 0; + width:550px; + margin-left: 48px; } .el-collapse { width: 100%; @@ -1018,7 +1024,7 @@ color: #333; } /deep/ .el-collapse-item__content { - width: 100%; + width: 93%; padding: 0 20px; background-color: #f4f4f4; font-size: 16px; -- Gitblit v1.9.1