Commit 0ae0e60c by zhaochengxiang

修改样式

parent 652910d7
......@@ -23,7 +23,7 @@ const AssetDetailPage = (props)=>{
return(
<div className='asset-detail position-relative'>
<div className='detail-header'>
<span style={{ fontSize: 16, fontWeight: 'bold', color: '#fff' }}>资产目录详情</span>
<span style={{ fontSize: 16, fontWeight: 'bold', color: '#000' }}>资产目录详情</span>
</div>
<div className='detail-container'>
<div className='detail-container-card'>
......
......@@ -4,7 +4,7 @@
width: 100%;
height: 44px;
padding: 0 15px;
background-color: #c7000b;
background-color: white;
align-items: center;
position: fixed;
justify-content: space-between;
......
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