This commit is contained in:
haomingming
2023-03-14 14:09:21 +08:00
parent 14bcbf1673
commit 959bfc61b1
79 changed files with 1601 additions and 438 deletions
+1 -1
View File
@@ -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>
+6 -4
View File
@@ -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;
}