Commit 725bbc9f authored by 周宏民's avatar 周宏民

fix: 修改 宜兴 引导页

parent 06123bde
Pipeline #92170 passed with stages
......@@ -391,7 +391,14 @@ const IntegrationYixing = props => {
)}
/>
<div className={styles.integration_row_col_content} name={item.name}>
<div className={styles.integration_row_col_text} type="基础平台">
<div
className={styles.integration_row_col_text}
type="基础平台"
style={{
fontSize: item.label?.length > 7 || item.name.length > 7 ? '16px' : '',
marginBottom: item.label?.length > 7 || item.name.length > 7 ? '5px' : '',
}}
>
{item.label || item.name}
</div>
<div className={styles.integration_row_col_sub}>{item.english || ''}</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