Commit 33d43a3b authored by wangxuelai's avatar wangxuelai

''

parent 4b84ad79
......@@ -17,6 +17,6 @@
</head>
<body>
<div id="root"></div>
<script src="dist/main.js?1574822070058" charset="utf-8"></script>
<script src="dist/main.js?1574825757558" charset="utf-8"></script>
</body>
</html>
\ No newline at end of file
......@@ -149,7 +149,12 @@ class CourseBoxForm extends React.Component {
}
renderItem={item => (
<List.Item style={{ minWidth: '320px' }} className={pageStyle.listitem}>
<Card bodyStyle={{ padding: '14px', minWidth: '320px' }}>
<Card
bodyStyle={{
padding: '14px', minWidth: '320px', borderRadius: '6px', border: '1px solid #e8e8e8',
}}
bordered={false}
>
<Card.Meta
style={{ padding: 0, borderRadius: '6px' }}
avatar={<img className={pageStyle.itemImg} alt="图片" src={item.cover ? imagify(item.cover) : `${__IMGCDN__}course/courseDefaultImg.png`} />}
......
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