Commit 4f25f8ea authored by yzl's avatar yzl

- 优化新产品导航图界面

parent d3fdac7c
Pipeline #59748 passed with stages
......@@ -24,6 +24,8 @@ const Card = ({onCardClick, ...props}) => {
config['系统特点'] = config['系统特点'] + ',';
}
return (
<div className={styles.card} onClick={e => onCardClick(e, props)}>
<div className={classnames(styles['card-title'], styles['nowrap-text'])}>
......
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