Commit 457cf8c6 authored by Bill's avatar Bill

修改首页样式

parent aed5124d
...@@ -39,7 +39,7 @@ const SettlementAbility: React.FC<Iprops> = () => { ...@@ -39,7 +39,7 @@ const SettlementAbility: React.FC<Iprops> = () => {
{ {
record.list.map((item) => { record.list.map((item) => {
return ( return (
<Col span={4} key={item}> <Col span={4} key={item} className={styles.col}>
<div className={styles.colTitle}>待提交审核咨询单</div> <div className={styles.colTitle}>待提交审核咨询单</div>
<div className={styles.colValue}>5</div> <div className={styles.colValue}>5</div>
</Col> </Col>
......
...@@ -29,7 +29,7 @@ const ProcessCenter: React.FC<Iprops> = () => { ...@@ -29,7 +29,7 @@ const ProcessCenter: React.FC<Iprops> = () => {
{ {
record.list.map((item) => { record.list.map((item) => {
return ( return (
<Col span={4} key={item}> <Col span={4} key={item} className={styles.col}>
<div className={styles.colTitle}>待提交审核咨询单</div> <div className={styles.colTitle}>待提交审核咨询单</div>
<div className={styles.colValue}>5</div> <div className={styles.colValue}>5</div>
</Col> </Col>
......
...@@ -33,7 +33,7 @@ const ProductCenter: React.FC<Iprops> = () => { ...@@ -33,7 +33,7 @@ const ProductCenter: React.FC<Iprops> = () => {
{ {
record.list.map((item) => { record.list.map((item) => {
return ( return (
<Col span={4} key={item}> <Col span={4} key={item} className={styles.col}>
<div className={styles.colTitle}>待提交审核咨询单</div> <div className={styles.colTitle}>待提交审核咨询单</div>
<div className={styles.colValue}>5</div> <div className={styles.colValue}>5</div>
</Col> </Col>
......
...@@ -81,7 +81,7 @@ const SettlementCenter: React.FC<Iprops> = () => { ...@@ -81,7 +81,7 @@ const SettlementCenter: React.FC<Iprops> = () => {
{ {
record.list.map((item) => { record.list.map((item) => {
return ( return (
<Col span={4} key={item}> <Col span={4} key={item} className={styles.col}>
<div className={styles.colTitle}>待提交审核咨询单</div> <div className={styles.colTitle}>待提交审核咨询单</div>
<div className={styles.colValue}>5</div> <div className={styles.colValue}>5</div>
</Col> </Col>
......
...@@ -21,7 +21,7 @@ const TradeCenter: React.FC<Iprops> = () => { ...@@ -21,7 +21,7 @@ const TradeCenter: React.FC<Iprops> = () => {
}, },
{ {
id: 4, id: 4,
list: [1,2,3,4,5,6] list: [1,2,3,4,5,6,7,8,9,10]
}, },
{ {
id: 5, id: 5,
...@@ -51,7 +51,7 @@ const TradeCenter: React.FC<Iprops> = () => { ...@@ -51,7 +51,7 @@ const TradeCenter: React.FC<Iprops> = () => {
{ {
record.list.map((item) => { record.list.map((item) => {
return ( return (
<Col span={4} key={item}> <Col span={4} key={item} className={styles.col}>
<div className={styles.colTitle}>待提交审核咨询单</div> <div className={styles.colTitle}>待提交审核咨询单</div>
<div className={styles.colValue}>5</div> <div className={styles.colValue}>5</div>
</Col> </Col>
......
.row { .row {
padding: 24px 0; padding: 0px 0px 12px 0;
.rowTitle { .rowTitle {
font-size: 14; font-size: 14;
font-weight: 400; font-weight: 400;
color: #303133; color: #303133;
margin-top: 24px;
} }
.colRow { .colRow {
display: flex; display: flex;
flex-wrap: wrap;
.col {
margin-top: 24px;
}
.colTitle { .colTitle {
font-size: 12px; font-size: 12px;
font-weight: 400; font-weight: 400;
......
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