index.less 316 B

123456789101112131415161718
  1. /* mHome/pages/presell/list/index.wxss */
  2. .tab-view {
  3. display: flex;
  4. flex-direction: column;
  5. .filter-view {
  6. display: flex;
  7. flex-direction: row;
  8. justify-content: space-between;
  9. align-items: center;
  10. align-content: center;
  11. padding: 0px 10px;
  12. van-tabs {
  13. width: 100%;
  14. }
  15. }
  16. }