|
|
|
@@ -1,4 +1,3 @@ |
|
|
|
import { Button } from 'antd'; |
|
|
|
import styles from './index.less'; |
|
|
|
|
|
|
|
function WorkspaceIntro() { |
|
|
|
@@ -10,7 +9,7 @@ function WorkspaceIntro() { |
|
|
|
材料领域的自主实验系统是一种用于材料研究和开发的技术平台,它旨在提供实验数据收集、分析和可视化等功能, |
|
|
|
以支持材料工程师、科学家和研究人员在材料设计、性能评估和工艺优化方面的工作 |
|
|
|
</div> |
|
|
|
<div className={styles['workspace-intro__buttons']}> |
|
|
|
{/* <div className={styles['workspace-intro__buttons']}> |
|
|
|
<Button |
|
|
|
type="primary" |
|
|
|
style={{ marginRight: '20px' }} |
|
|
|
@@ -40,7 +39,7 @@ function WorkspaceIntro() { |
|
|
|
> |
|
|
|
分子材料自主实验系统 |
|
|
|
</Button> |
|
|
|
</div> |
|
|
|
</div> */} |
|
|
|
</div> |
|
|
|
<div className={styles['workspace-intro__right']}> |
|
|
|
<img |
|
|
|
|