提交 be9c43c6 作者: 翁进城

文章布局修复

上级 306887b4
...@@ -42,7 +42,7 @@ export default function CaseArticle() { ...@@ -42,7 +42,7 @@ export default function CaseArticle() {
return ( return (
<Layout layoutStyle={{ backgroundColor: "#fff" }}> <Layout layoutStyle={{ backgroundColor: "#fff" }}>
<div style={{ paddingTop: 29 }}> <div style={{ paddingTop: 29 }}>
<Row justify="space-between"> <Row justify="space-between" wrap={false}>
<Col flex="auto"> <Col flex="auto">
<div className={styles.font1}>{data?.caseTitle}</div> <div className={styles.font1}>{data?.caseTitle}</div>
<div <div
......
...@@ -42,7 +42,7 @@ export default function CaseArticle() { ...@@ -42,7 +42,7 @@ export default function CaseArticle() {
return ( return (
<Layout layoutStyle={{ backgroundColor: "#fff" }}> <Layout layoutStyle={{ backgroundColor: "#fff" }}>
<div style={{ paddingTop: 29 }}> <div style={{ paddingTop: 29 }}>
<Row justify="space-between"> <Row justify="space-between" wrap={false}>
<Col flex="auto"> <Col flex="auto">
<div className={styles.font1}>{data?.newsTitle}</div> <div className={styles.font1}>{data?.newsTitle}</div>
<div <div
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论