style: 用户列表时间列宽200px

This commit is contained in:
TsMask
2025-03-21 15:09:10 +08:00
parent bc4560b8d9
commit f0079d67fd

View File

@@ -160,7 +160,7 @@ let tableColumns: ColumnsType = [
title: t('views.system.user.loginTime'),
dataIndex: 'loginDate',
align: 'left',
width: 150,
width: 200,
customRender(opt) {
if (+opt.value <= 0) return '';
return parseDateToStr(+opt.value);