小程序适配

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

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

View File

@@ -83,7 +83,7 @@
<view class="">
手机号码
</view>
<view class="">
<view style="margin-bottom: 48rpx;">
<input v-model="datas.phone" type="text" placeholder="填写号码" />
</view>
<up-button text="确认取号" @tap="callTabletakeNumberEvent" type="primary" class="buttomStyle"
@@ -101,7 +101,7 @@
<view class="">
{{datas.showtowData.callNum}}
</view>
<view class="">
<view style="margin-bottom: 48rpx;">
{{datas.showtowData.tableName}} ({{datas.showtowData.tableNote}})
</view>
<up-button text="确认" @tap="confirmtow" type="primary" class="buttomStyle" shape="circle"></up-button>
@@ -377,7 +377,7 @@
.zhezhaopop {
padding: 34rpx 32rpx;
width: 594rpx;
height: 668rpx;
// height: 668rpx;
background: #FFFFFF;
// border-radius: 18rpx 18rpx 18rpx 18rpx;
@@ -433,13 +433,12 @@
.zhezhaopops {
padding: 34rpx 32rpx;
width: 594rpx;
height: 508rpx;
background: #FFFFFF;
// border-radius: 18rpx 18rpx 18rpx 18rpx;
border-radius: 18rpx 18rpx 18rpx 18rpx;
>view:first-child {
border-radius: 18rpx 18rpx 18rpx 18rpx;
.df;
justify-content: space-between;