Commit 6ea3effa authored by haiyoucuv's avatar haiyoucuv

init

parent 1410b5a7
......@@ -68,7 +68,7 @@
font-size: 30px;
color: black;
font-weight: bold;
width: 350px;
width: 390px;
.lineClamp1();
}
......
......@@ -66,6 +66,7 @@ class RecordPage extends React.Component<any, any> {
<div
className={styles.date}>{dateFormatter(item.gmtCreate, "yyyy.MM.dd hh:mm:ss")}</div>
<div className={styles.num}>¥{item.amount / 100}</div>
{/*<div className={styles.num}>¥0000000.00</div>*/}
<div className={styles.state} style={{ color: state.color }}>{state.txt}</div>
</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