渐变色和作品广场

This commit is contained in:
X1627315083
2024-05-16 10:13:37 +08:00
parent 7ad73a958e
commit e6f4316bb7
4 changed files with 9 additions and 10 deletions

View File

@@ -125,13 +125,13 @@ export default defineComponent({
let time = formatTime(record.text / 1000, 'YYYY-MM-DD hh:mm:ss')
return time
}},
{ title: useI18n().t('HistoryPage.SketchCounts'), align:'center', ellipsis: true, width: 150, dataIndex: 'sketchCount', key: 'sketchCounts' },
{ title: useI18n().t('HistoryPage.SketchCounts'), align:'center', ellipsis: true, width: 80, dataIndex: 'sketchCount', key: 'sketchCounts' },
{
title: useI18n().t('HistoryPage.Operations'),
key: 'operation',
align:'center',
fixed: 'right',
width: 150,
width: 180,
// slots:{customRender:'action'}
Operations:true,
},