样式修改
This commit is contained in:
@ -22,7 +22,8 @@
|
|||||||
<view class="item-info">处理人:{{item.workName || '-'}}</view>
|
<view class="item-info">处理人:{{item.workName || '-'}}</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
<view v-if="list.length===0" style='text-align: center;margin-top:40px;color:#666;'>暂无数据</view>
|
||||||
|
</view>
|
||||||
</scroll-view>
|
</scroll-view>
|
||||||
</view>
|
</view>
|
||||||
</template>
|
</template>
|
||||||
@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user