样式修改

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

View File

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