From 42fa5d84c3f5fb151a194fea3741a58bd5b4edb6 Mon Sep 17 00:00:00 2001 From: 阳洁 <2077506045@qq.com> Date: 星期四, 29 二月 2024 14:53:33 +0800 Subject: [PATCH] API-Fan增加显示logo页面 --- src/views/exam/components/QuestionEdit.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/exam/components/QuestionEdit.vue b/src/views/exam/components/QuestionEdit.vue index 9094d9b..c9ac768 100644 --- a/src/views/exam/components/QuestionEdit.vue +++ b/src/views/exam/components/QuestionEdit.vue @@ -4,7 +4,7 @@ <div class="q-title" v-html="qLabel+' '+question.title" style="font-size: 23px"/> <div class="q-content"> <el-radio-group v-model="answer.content" @change="answer.completed = true"> - <el-radio v-for="item in question.items" :key="item.prefix" :label="item.prefix" @change="jumpNext" :disabled="answer.readOnly" style="display:block;"> + <el-radio v-for="item in question.items" :key="item.prefix" :label="item.prefix" @change="jumpNext" :disabled="answer.readOnly" style="display:block;border:1px solid #b3b5ba;margin:5px 0px 5px 0px;padding:0px 25px 0px 15px;border-radius:5px;"> <span class="question-prefix" style="font-size: 18px">{{abcValue[item.prefix]}}.</span> <span v-html="item.content" class="q-item-span-content" style="font-size: 18px"></span> </el-radio> -- Gitblit v1.9.1