From 6d88d5f2e23b018a27b001441acc04fd4f7cf8a9 Mon Sep 17 00:00:00 2001 From: wangxy <1356089412@qq.com> Date: Fri, 21 Jun 2024 09:22:56 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E7=BB=B4=E4=BF=AE=E5=95=86=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../templates/system/question/question.html | 25 +++++++++++++++---- 1 file changed, 20 insertions(+), 5 deletions(-) diff --git a/ruoyi-admin/src/main/resources/templates/system/question/question.html b/ruoyi-admin/src/main/resources/templates/system/question/question.html index 17f721d..a5f682b 100644 --- a/ruoyi-admin/src/main/resources/templates/system/question/question.html +++ b/ruoyi-admin/src/main/resources/templates/system/question/question.html @@ -90,23 +90,38 @@ }, { field: 'qSubject', - title: '问题描述' + title: '问题描述', + width: '25', + widthUnit: '%', + align: "left" }, { field: 'optiona', - title: '选项A' + title: '选项A', + width: '10', + widthUnit: '%', + align: "left" }, { field: 'optionb', - title: '选项B' + title: '选项B', + width: '10', + widthUnit: '%', + align: "left" }, { field: 'optionc', - title: '选项C' + title: '选项C', + width: '10', + widthUnit: '%', + align: "left" }, { field: 'optiond', - title: '选项D' + title: '选项D', + width: '10', + widthUnit: '%', + align: "left" }, { field: 'note',