小程序适配
This commit is contained in:
@@ -74,8 +74,8 @@
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<ul class="viewrecords">
|
||||
<li v-for="item in datas.list" :key="item.id">
|
||||
<view class="viewrecords">
|
||||
<view v-for="item in datas.list" :key="item.id">
|
||||
<view class="">
|
||||
<view class="">
|
||||
{{item.createTime}}
|
||||
@@ -103,8 +103,8 @@
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</li>
|
||||
</ul>
|
||||
</view>
|
||||
</view>
|
||||
<datePickerview @confirm="datePickerConfirm" ref="datePicker"></datePickerview>
|
||||
</template>
|
||||
|
||||
@@ -215,11 +215,6 @@
|
||||
}
|
||||
</style>
|
||||
<style scoped lang="less">
|
||||
ul,
|
||||
li {
|
||||
list-style: none;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.viewrecordsType {
|
||||
height: 100rpx;
|
||||
@@ -255,7 +250,7 @@
|
||||
.viewrecords {
|
||||
padding: 0 28rpx;
|
||||
|
||||
>li {
|
||||
>view {
|
||||
margin-top: 32rpx;
|
||||
width: 694rpx;
|
||||
height: 284rpx;
|
||||
|
||||
Reference in New Issue
Block a user