style: remove bg image in login

This commit is contained in:
jialin
2025-05-06 20:19:19 +08:00
parent 6a2d2dfdaf
commit 42f9a27851
3 changed files with 2 additions and 4 deletions
@@ -603,6 +603,7 @@ const ModelFiles = () => {
title: intl.formatMessage({ id: 'resources.modelfiles.size' }),
dataIndex: 'size',
width: 100,
align: 'right',
ellipsis: {
showTitle: false
},