diff --git a/pages/index.vue b/pages/index.vue
index f838f81..e7a40bc 100644
--- a/pages/index.vue
+++ b/pages/index.vue
@@ -22,7 +22,8 @@
处理人:{{item.workName || '-'}}
-
+ 暂无数据
+
@@ -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;