weui-tab.less 264 B

123456789101112131415
  1. @import "../../base/fn.less";
  2. @import "weui-navbar.less";
  3. .weui-tab {
  4. position: relative;
  5. height: 100%;
  6. }
  7. .weui-tab__panel{
  8. box-sizing: border-box;
  9. height: 100%;
  10. padding-top: 50px;
  11. overflow: auto;
  12. -webkit-overflow-scrolling: touch;
  13. }