Commit c2511c7e authored by marsandheart's avatar marsandheart

fix lint

parent 878d9872
......@@ -113,15 +113,15 @@ export default function(props) {
<div className={styles.header}>
<img alt="logo" src={IconAIA} className={styles.headerImg} />
<TabTitle>
<img alt="customer" src={IconCustomer} className={styles.titleIcon}/>
<img alt="customer" src={IconCustomer} className={styles.titleIcon} />
<span>客户管理</span>
</TabTitle>
<TabTitle>
<img alt="policy" src={IconFile} className={styles.titleIcon}/>
<img alt="policy" src={IconFile} className={styles.titleIcon} />
<span>保单信息</span>
</TabTitle>
<TabTitle>
<img alt="pay" src={IconMoney} className={styles.titleIcon}/>
<img alt="pay" src={IconMoney} className={styles.titleIcon} />
<span>借/领/退款</span>
</TabTitle>
<div>C161361507</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