Commit d232b306 by zhaochengxiang

bug fix

parent 8b9d0dbb
......@@ -765,11 +765,9 @@ const AssetAction = React.forwardRef(function (props, ref) {
{
(action!=='add' && (id||'')!=='') && <div>
<div className='mb-3'>
<Descriptions column={1}>
<Descriptions.Item
label='资产目录路径'
style={{ paddingBottom: 0 }}
>
<Row gutter={10}>
<Col flex='1 1 0' style={{ overflow: 'hidden' }}>
<span>资产目录路径: </span>
<span>
{
(assetPaths??[]).length > 0 && (
......@@ -783,14 +781,11 @@ const AssetAction = React.forwardRef(function (props, ref) {
</Typography.Text>
}
</span>
</Descriptions.Item>
<Descriptions.Item
label='浏览次数'
style={{ paddingBottom: 0 }}
>
{assets?.visitCount}
</Descriptions.Item>
</Descriptions>
</Col>
<Col flex={0}>
<span>{`访问次数: ${assets?.visitCount}`}</span>
</Col>
</Row>
</div>
</div>
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment