提交 70ce2f72 authored 作者: 钟是志's avatar 钟是志

2022年11月24日 姚新国说的 把干掉两翼留白 解决北电科工作情况考核 移动端样式的问题

上级 2968d27b
...@@ -144,8 +144,8 @@ export default class ChildForm extends React.Component { ...@@ -144,8 +144,8 @@ export default class ChildForm extends React.Component {
} }
if (isMobile) { if (isMobile) {
return ( return ( // 2022年11月24日 姚新国说的 把干掉两翼留白 解决北电科工作情况考核 移动端样式的问题
<WingBlank size="lg"> <div>
{Object.keys(objs).length >= 1 || rights.includes('add') ? ( {Object.keys(objs).length >= 1 || rights.includes('add') ? (
<Card> <Card>
<Card.Body style={{ minHeight: 10 }}> <Card.Body style={{ minHeight: 10 }}>
...@@ -228,7 +228,7 @@ export default class ChildForm extends React.Component { ...@@ -228,7 +228,7 @@ export default class ChildForm extends React.Component {
) : ( ) : (
'' ''
)} )}
</WingBlank> </div>
); );
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论