优化
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<!-- 操作手册 -->
|
||||
<te-nav-bar navbar-data='{{navbarData}}' ></te-nav-bar>
|
||||
<view class="container" style="height: calc(100vh - 96rpx - {{height}}px);">
|
||||
<view class="container">
|
||||
<view class="item_list">
|
||||
<van-cell url="/Pages/yishi/manual_detail/index?manual_id={{item.manual_id}}" custom-style="border-radius: 20rpx;margin-bottom: 20rpx;" title="{{item.title}}" is-link wx:for="{{list}}" />
|
||||
</view>
|
||||
|
||||
@@ -1,9 +1,11 @@
|
||||
.container{
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
page{
|
||||
background-color: #F6F6F6;
|
||||
}
|
||||
.container{
|
||||
margin-top: 20rpx;
|
||||
width: 100vw;
|
||||
}
|
||||
.item_list{
|
||||
width: 92vw;
|
||||
margin: 20rpx auto;
|
||||
margin: 0 auto;
|
||||
}
|
||||
Reference in New Issue
Block a user