change style

This commit is contained in:
seaheart
2023-07-22 19:51:22 +08:00
parent e29943f8ad
commit 9c79130cea
+5 -5
View File
@@ -174,15 +174,15 @@ export default class List extends TankComponent<IProps, IState> {
</AntdSpace>
</div>
<div className="space-item-percent">
<Progress percent={Math.round(space.getUsedPercent())} />
<div>
{space.getHumanizeTotalSize()} /{' '}
{space.getHumanizeTotalSizeLimit()}
</div>
<div>
{Lang.t('space.sizeLimit')}
{space.getHumanizeSizeLimit()}
</div>
<div>
{space.getHumanizeTotalSize()} /{' '}
{space.getHumanizeTotalSizeLimit()}
</div>
<Progress percent={Math.round(space.getUsedPercent())} />
</div>
</Card>
</Col>