Commit fb03cf60 authored by wangxuelai's avatar wangxuelai

''

parent 9cb36330
......@@ -17,6 +17,6 @@
</head>
<body>
<div id="root"></div>
<script src="dist/main.js?1576463174026" charset="utf-8"></script>
<script src="dist/main.js?1576468853521" charset="utf-8"></script>
</body>
</html>
\ No newline at end of file
......@@ -33,15 +33,15 @@ class ReviewTemplate extends React.Component {
header={null}
closable={false}
onCancel={this.close}
width={629}
width={700}
style={{ backgroundColor: 'transparent' }}
bodyStyle={{ padding: 0, backgroundColor: 'transparent' }}
wrapClassName="ReviewCourseTemplateModal"
>
<div
style={{
width: '629px',
height: '762px',
width: '700px',
height: '846px',
backgroundSize: '100% 100%',
backgroundImage: `url(${__IMGCDN__}coursetemplate/mobilebg.png)`,
}}
......@@ -50,14 +50,14 @@ class ReviewTemplate extends React.Component {
className={pageStyle.htmlbox}
style={{
backgroundColor: '#fff',
width: '306px',
width: '342px',
position: 'absolute',
left: '135px',
top: '90px',
height: '580px',
left: '149px',
top: '100px',
height: '650px',
overflowY: 'auto',
borderBottomLeftRadius: '10px',
borderBottomRightRadius: '10px',
borderBottomLeftRadius: '30px',
borderBottomRightRadius: '30px',
}}
dangerouslySetInnerHTML={{ __html: templatehtml }}
/>
......
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