| 123456789101112131415161718192021 |
- /* mHome/pages/purchase/list/index.wxss */
- .container {
- .tab-view {
- display: flex;
- flex-direction: column;
-
- .filter-view {
- display: flex;
- flex-direction: row;
- justify-content: space-between;
- align-items: center;
- align-content: center;
- padding: 0px 10px;
-
- van-tabs {
- width: 100%;
- }
- }
- }
- }
|