develop #1

Merged
dashixiong merged 37 commits from develop into main 2026-02-11 02:07:35 +00:00
7 changed files with 396 additions and 33 deletions
Showing only changes of commit 2b4022d1d0 - Show all commits

View File

@ -22,6 +22,7 @@
<view class="item-info">处理人:{{item.workName || '-'}}</view>
</view>
</view>
<view v-if="list.length===0" style='text-align: center;margin-top:40px;color:#666;'>暂无数据</view>
</view>
</scroll-view>
</view>
@ -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;