index.less 367 B

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