|
@@ -1,7 +1,7 @@
|
|
|
<template>
|
|
|
<view class="pagesCons">
|
|
|
<view class="tab-body">
|
|
|
- <view><u-tabs-swiper ref="uTabs" :list="tabList" name="dispName" :current="current" @change="tabsChange" :is-scroll="false" swiperWidth="750"></u-tabs-swiper></view>
|
|
|
+ <view class="uTabs"><u-tabs-swiper ref="uTabs" :list="tabList" name="dispName" :current="current" @change="tabsChange" :is-scroll="false" swiperWidth="750"></u-tabs-swiper></view>
|
|
|
<swiper class="check-list" :current="swiperCurrent" @transition="transition" @change="swiperChange" @animationfinish="animationfinish">
|
|
|
<swiper-item
|
|
|
class="swiper-item"
|
|
@@ -223,8 +223,12 @@ page {
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
.tab-body {
|
|
|
+ .uTabs{
|
|
|
+ border-bottom: 1px solid #EEEEEE;
|
|
|
+ box-shadow: 1px 1px 3px #eeeeee;
|
|
|
+ }
|
|
|
.check-list {
|
|
|
- height: calc(100vh - 50px);
|
|
|
+ height: calc(100vh - 56px);
|
|
|
}
|
|
|
.check-order-list {
|
|
|
background: #ffffff;
|