|
@@ -9,7 +9,7 @@
|
|
|
<view class="record-con">
|
|
|
<u-sticky offset-top="80">
|
|
|
<view v-show="searchForm.creatTime.length != 0" class="alert-tips">
|
|
|
- <text>{{searchForm.creatTime[0]}} ~ {{searchForm.creatTime[1]}}</text>
|
|
|
+ <text>创建时间:{{searchForm.creatTime[0]}} 至 {{searchForm.creatTime[1]}}</text>
|
|
|
</view>
|
|
|
</u-sticky>
|
|
|
<view class="record-item" v-for="(item,index) in list" :key="index" @click="getDetails(item)">
|
|
@@ -202,14 +202,12 @@
|
|
|
.record-con{
|
|
|
.alert-tips{
|
|
|
padding: 20upx 30upx 10upx;
|
|
|
- background-color: #fff;
|
|
|
+ background-color: #F8F8F8;
|
|
|
+ border-bottom: 1px solid #EEEEEE;
|
|
|
text{
|
|
|
display: block;
|
|
|
font-size: 24upx;
|
|
|
padding: 4upx 10upx;
|
|
|
- border: 1upx solid #fcbd71;
|
|
|
- background-color: #fdf6ec;
|
|
|
- border-radius: 6upx;
|
|
|
}
|
|
|
}
|
|
|
.record-item{
|