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',