Commit f35652bd authored by 陈祥烨's avatar 陈祥烨

首页调整

parent df739165
......@@ -23,7 +23,7 @@ function ListCards({cardItems}) {
<div style={{margin: 30,display:'flex',justifyContent:'center'}}>
<CardPane style={{ width:300 ,height:240,border:0}} bodyStyle={{ padding: 0}}>
<div style={{height:'75%'}}>
<img alt="example" width="100%" height='160px' style={{objectFit:'cover',borderRadius:10}} src={ 'http://172.16.3.18:8089'+cardItems.sketch} />
<img alt="example" width="100%" height='160px' style={{objectFit:'cover',borderRadius:10}} src={+cardItems.sketch} />
</div>
<div style={{ padding: '10px 0px 10px 50px' }}>
<h2 style={{ margin: 0 }}>{cardItems.templateName}</h2>
......
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