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

代码优化

上级 72d43086
...@@ -213,7 +213,9 @@ export default class IsNewTable extends Component { ...@@ -213,7 +213,9 @@ export default class IsNewTable extends Component {
'' ''
) : ( ) : (
<> <>
<TableCom <span style={{display: 'none'}} data-com-name={ary.content?.comName}>
</span>
<TableCom
trees={trees} trees={trees}
formCode={formCode} formCode={formCode}
taskAssignee={taskAssignee} taskAssignee={taskAssignee}
......
...@@ -68,7 +68,11 @@ export default class ImgUploadCom extends React.Component { ...@@ -68,7 +68,11 @@ export default class ImgUploadCom extends React.Component {
style={{padding: 0}} style={{padding: 0}}
> >
{url ? ( {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}}/> <div style={{height: json.height, width: json.width}}/>
)} )}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论