提交 9324d97f authored 作者: 钟是志's avatar 钟是志

代码优化

上级 72d43086
......@@ -213,6 +213,8 @@ export default class IsNewTable extends Component {
''
) : (
<>
<span style={{display: 'none'}} data-com-name={ary.content?.comName}>
</span>
<TableCom
trees={trees}
formCode={formCode}
......
......@@ -68,7 +68,11 @@ export default class ImgUploadCom extends React.Component {
style={{padding: 0}}
>
{url ? (
<img src={config.httpServer + url} style={{height: json.height, width: json.width}}/>
<img src={config.httpServer + url} style={{
height: json.height,
width: json.width,
maxWidth: '60vw', // 解决图片在移动端过宽的bug
}}/>
) : (
<div style={{height: json.height, width: json.width}}/>
)}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论