小程序适配

This commit is contained in:
duan
2024-10-29 15:46:53 +08:00
parent a747dba877
commit 764c9461ae
19 changed files with 478 additions and 275 deletions

View File

@@ -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;