小程序适配
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<ul class="callRecord">
|
||||
<li v-for="item in datas.list" :key="item.id">
|
||||
<view class="callRecord">
|
||||
<view v-for="item in datas.list" :key="item.id">
|
||||
<view>
|
||||
<view>
|
||||
{{item.callNum}}
|
||||
@@ -30,8 +30,8 @@
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</li>
|
||||
</ul>
|
||||
</view>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
@@ -74,7 +74,11 @@
|
||||
})
|
||||
}
|
||||
</script>
|
||||
|
||||
<style>
|
||||
page {
|
||||
background: #f9f9f9;
|
||||
}
|
||||
</style>
|
||||
<style scoped lang="less">
|
||||
// * {
|
||||
// padding: 0;
|
||||
@@ -82,9 +86,7 @@
|
||||
// text-decoration: none;
|
||||
// outline: none;
|
||||
// }
|
||||
page {
|
||||
background: #f9f9f9;
|
||||
}
|
||||
|
||||
|
||||
ul,
|
||||
li {
|
||||
@@ -96,7 +98,7 @@
|
||||
|
||||
.callRecord {
|
||||
|
||||
>li {
|
||||
>view {
|
||||
width: 694rpx;
|
||||
height: 166rpx;
|
||||
margin: 32rpx 0;
|
||||
|
||||
Reference in New Issue
Block a user