feat:页面错位

pg_adapter
wangxy 9 months ago
parent b43b2b7ab9
commit b4a879552a

@ -87,7 +87,10 @@
}, },
{ {
field : 'content', field : 'content',
title : '题目内容' title : '题目内容',
width: '60',
widthUnit: '%',
align: "left"
}, },
{ {
field: 'createTime', field: 'createTime',

@ -52,15 +52,18 @@
columns: [ columns: [
{ {
field : 'title', field : 'title',
title : '题目内容' title : '题目内容',
width: '60',
widthUnit: '%',
align: "left"
}, },
{ {
field: 'wrongCount', field: 'wrongCount',
title: '错误次数' title: '错误次数'
}, },
{ {
field: 'updateTime', field: 'createTime',
title: '更新时间', title: '创建时间',
sortable: true sortable: true
}, },
{ {

Loading…
Cancel
Save