|
@@ -1,7 +1,7 @@
|
|
<template>
|
|
<template>
|
|
<view class="pagesCons">
|
|
<view class="pagesCons">
|
|
<view class="tab-body">
|
|
<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 class="check-list" :current="swiperCurrent" @transition="transition" @change="swiperChange" @animationfinish="animationfinish">
|
|
<swiper-item
|
|
<swiper-item
|
|
class="swiper-item"
|
|
class="swiper-item"
|
|
@@ -15,9 +15,7 @@
|
|
:key="item.id">
|
|
:key="item.id">
|
|
<view class="check-row" @click="viewRow(item)">
|
|
<view class="check-row" @click="viewRow(item)">
|
|
<view>{{ item.storeName }}</view>
|
|
<view>{{ item.storeName }}</view>
|
|
- <view>
|
|
|
|
- <u-tag size="mini" mode="plain" shape="circle" :text="item.statusDictValue" :type="item.status | statusCls" />
|
|
|
|
- </view>
|
|
|
|
|
|
+ <u-tag size="mini" mode="plain" shape="circle" class="item-c-type" :text="item.statusDictValue" :type="item.status | statusCls" />
|
|
</view>
|
|
</view>
|
|
<view class="check-row" @click="viewRow(item)">
|
|
<view class="check-row" @click="viewRow(item)">
|
|
<view>
|
|
<view>
|
|
@@ -223,8 +221,12 @@ page {
|
|
display: flex;
|
|
display: flex;
|
|
flex-direction: column;
|
|
flex-direction: column;
|
|
.tab-body {
|
|
.tab-body {
|
|
|
|
+ .uTabs{
|
|
|
|
+ border-bottom: 1px solid #EEEEEE;
|
|
|
|
+ box-shadow: 1px 1px 3px #eeeeee;
|
|
|
|
+ }
|
|
.check-list {
|
|
.check-list {
|
|
- height: calc(100vh - 50px);
|
|
|
|
|
|
+ height: calc(100vh - 56px);
|
|
}
|
|
}
|
|
.check-order-list {
|
|
.check-order-list {
|
|
background: #ffffff;
|
|
background: #ffffff;
|
|
@@ -254,7 +256,6 @@ page {
|
|
}
|
|
}
|
|
.item-c-type{
|
|
.item-c-type{
|
|
flex-shrink: 0;
|
|
flex-shrink: 0;
|
|
- border-radius: 6upx;
|
|
|
|
}
|
|
}
|
|
.action {
|
|
.action {
|
|
margin: 0 6rpx;
|
|
margin: 0 6rpx;
|
|
@@ -283,9 +284,6 @@ page {
|
|
font-size: 28upx;
|
|
font-size: 28upx;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
- .u-tag {
|
|
|
|
- border-radius: 0;
|
|
|
|
- }
|
|
|
|
.uni-icons {
|
|
.uni-icons {
|
|
margin: 0 5upx;
|
|
margin: 0 5upx;
|
|
}
|
|
}
|