tapd相关修改更新

This commit is contained in:
GaoHao
2025-03-19 18:19:34 +08:00
parent 994cf8bf2b
commit f01bc839f7
53 changed files with 1084 additions and 1032 deletions

View File

@@ -3,7 +3,7 @@
<view v-for="item in datas.list" :key="item.id">
<view>
<view> {{item.callNum}} </view>
<view> {{item.note}}</view>
<view>{{item.note}}</view>
</view>
<view :class="[item.state==3?'rightTopstyle':'rightTop']">
{{filterEvent(item.state)}}
@@ -11,7 +11,7 @@
<view>
<view>
<view> 时间 </view>
<view> {{item.callTime}} </view>
<view class="up-line-1"> {{item.callTime}} </view>
</view>
<view>
<view> 手机号 </view>
@@ -82,13 +82,13 @@
position: relative;
>view:first-child {
padding: 0 58rpx;
padding: 0 30rpx;
box-sizing: border-box;
>view:first-child {
font-family: Source Han Sans CN, Source Han Sans CN;
font-weight: 500;
font-size: 56rpx;
font-size: 50rpx;
color: #333333;
text-align: center;
}