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

This commit is contained in:
TsMask
2025-03-21 16:18:17 +08:00
parent 8a612e0760
commit c11227d747

View File

@@ -157,7 +157,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);