Commit 9df3573f authored by haiyoucuv's avatar haiyoucuv

init

parent b76b96d4
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
align-items: center; align-items: center;
justify-content: center; justify-content: center;
.title { .pageTitle {
position: absolute; position: absolute;
left: 253px; left: 253px;
top: 57px; top: 57px;
......
...@@ -20,7 +20,7 @@ class RecordPage extends React.Component<any, any> { ...@@ -20,7 +20,7 @@ class RecordPage extends React.Component<any, any> {
const {} = this.state; const {} = this.state;
return <div className={styles.RecordPage}> return <div className={styles.RecordPage}>
<div className={styles.title}/> <div className={styles.pageTitle}/>
<Button className={styles.backBtn} onClick={this.clickBack}/> <Button className={styles.backBtn} onClick={this.clickBack}/>
<div className={styles.list}> <div className={styles.list}>
{ {
......
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