mirror of
https://github.com/eyebluecn/tank-front
synced 2024-04-21 12:31:55 +00:00
change style
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user