在css样式表中添加一下代码“
#root,body,html { height: 100%; } .ant-layout { display: flex!important; width: 100%!important; min-height: 100%!important; }
!important用来覆盖antdui原有的css属性值
在css样式表中添加一下代码“
#root,body,html { height: 100%; } .ant-layout { display: flex!important; width: 100%!important; min-height: 100%!important; }
!important用来覆盖antdui原有的css属性值