This commit is contained in:
Chengliang 2022-12-26 11:11:14 +08:00
parent 39da6bcd15
commit 54305211d4
1 changed files with 1 additions and 1 deletions

View File

@ -342,7 +342,7 @@ export default class ResourceCard extends React.Component {
height={100}
direction={'right'}
measure={'%'}
content={!isEmpty(versionList) ? <VersionsSlider versionList={versionList} handleChange={val => departmentExtend.changeVersion(val)}/> : <div style={{"textAlign":"center","color":"red","fontSize":"20px","marginTop": "50px"}}> 暂无历史版本 </div>}
content={!isEmpty(versionList) ? <VersionsSlider versionList={versionList} handleChange={val => resourceCard.changeVersion(val)}/> : <div style={{"textAlign":"center","color":"red","fontSize":"20px","marginTop": "50px"}}> 暂无历史版本 </div>}
onClose={this.onClose}
onAnimationEnd={() => console.log('onAnimationEnd')} />
</WeaNewScrollPagination>