样式修改

This commit is contained in:
白菜
2025-07-16 21:21:58 +08:00
parent 78334cfa6a
commit 2b4022d1d0

View File

@ -22,6 +22,7 @@
<view class="item-info">处理人:{{item.workName || '-'}}</view> <view class="item-info">处理人:{{item.workName || '-'}}</view>
</view> </view>
</view> </view>
<view v-if="list.length===0" style='text-align: center;margin-top:40px;color:#666;'>暂无数据</view>
</view> </view>
</scroll-view> </scroll-view>
</view> </view>
@ -98,7 +99,7 @@
border-radius: 0; border-radius: 0;
} }
.btn-list{ .btn-list{
position: absolute; position: fixed;
top:0; top:0;
left: 0; left: 0;
width:100%; width:100%;
@ -119,12 +120,12 @@
} }
} }
.scroll-y{ .scroll-y{
height: calc(100vh - 50px); height: calc(100vh - var(--window-bottom) - var(--window-top));
z-index:1; z-index:1;
} }
.content { .content {
background-color: #ffffff; background-color: #ffffff;
padding:70px 20px 50px 20px;//todo 根据顶部tab设置padding-top padding:70px 20px 60px 20px;
} }
.item-list{ .item-list{
border-radius: 7px; border-radius: 7px;