diff --git a/ruoyi-admin/src/main/resources/templates/system/elExam/qu/qu.html b/ruoyi-admin/src/main/resources/templates/system/elExam/qu/qu.html index c91657b..95d683e 100644 --- a/ruoyi-admin/src/main/resources/templates/system/elExam/qu/qu.html +++ b/ruoyi-admin/src/main/resources/templates/system/elExam/qu/qu.html @@ -87,7 +87,10 @@ }, { field : 'content', - title : '题目内容' + title : '题目内容', + width: '60', + widthUnit: '%', + align: "left" }, { field: 'createTime', diff --git a/ruoyi-admin/src/main/resources/templates/system/elExam/userBook/book.html b/ruoyi-admin/src/main/resources/templates/system/elExam/userBook/book.html index 34e33bd..2181d28 100644 --- a/ruoyi-admin/src/main/resources/templates/system/elExam/userBook/book.html +++ b/ruoyi-admin/src/main/resources/templates/system/elExam/userBook/book.html @@ -52,15 +52,18 @@ columns: [ { field : 'title', - title : '题目内容' + title : '题目内容', + width: '60', + widthUnit: '%', + align: "left" }, { field: 'wrongCount', title: '错误次数' }, { - field: 'updateTime', - title: '更新时间', + field: 'createTime', + title: '创建时间', sortable: true }, {