修复如果只引入了Footer组件,layui-layout-vertical样式不会生效,而导致布局错位的问题
<lay-layout class="example">
    <lay-layout>
      <lay-side>side</lay-side>
      <lay-body>content</lay-body>
    </lay-layout>
    <lay-footer>footer</lay-footer>
  </lay-layout>
Signed-off-by: 蒲公英 <qifeiweb@vip.qq.com>