Commit 4d998d3c authored by jie zhang's avatar jie zhang

bug fix

parent 6604ae59
...@@ -53,6 +53,7 @@ ...@@ -53,6 +53,7 @@
</view> </view>
</view> </view>
</view> </view>
<textarea placeholder=' 请输入您要备注的信息...' class='add_remark' value='{{picRemark}}' bindinput='picRemarkInput'></textarea> <textarea placeholder=' 请输入您要备注的信息...' class='add_remark' value='{{picRemark}}' bindinput='picRemarkInput'></textarea>
</view> </view>
<view style='width:100vw;height:140rpx;'></view> <view style='width:100vw;height:140rpx;'></view>
......
...@@ -4,8 +4,6 @@ ...@@ -4,8 +4,6 @@
<view class='kg-text-title kg-flex-row' style="margin-left:40rpx;height:100rpx;">{{className}}</view> <view class='kg-text-title kg-flex-row' style="margin-left:40rpx;height:100rpx;">{{className}}</view>
<view class='kg-separater'></view> <view class='kg-separater'></view>
<scroll-view style='height:calc(100vh - 120rpx - 140rpx)' scroll-y='true'> <scroll-view style='height:calc(100vh - 120rpx - 140rpx)' scroll-y='true'>
<view style='margin:20rpx'> <view style='margin:20rpx'>
<view wx:for="{{records}}" wx:key="item"> <view wx:for="{{records}}" wx:key="item">
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
.login-board { .login-board {
background-color: white; background-color: white;
padding:40rpx; padding:40rpx;
margin-top:-20rpx; margin-top:-30rpx;
} }
.login_bottom { .login_bottom {
......
<!--template/operate_btn/index.wxml--> <!--template/operate_btn/index.wxml-->
<!-- 通用的操作按钮 --> <!-- 通用的操作按钮 -->
<template name="operate_btn"> <template name="operate_btn">
<view style='position:fixed;bottom: 0rpx;height:140rpx;background-color:white;'> <cover-view style='position:fixed;bottom: 0rpx;height:140rpx;background-color:white;z-index: 100;'>
<view class='kg-separater' style='height:4rpx;'></view> <cover-view class='kg-separater' style='height:4rpx;'></cover-view>
<view class='kg-operate-btn-bg'> <cover-view class='kg-operate-btn-bg'>
<button class='kg-operate-btn kg-btn-no-border' bindtap='operateTap'>{{title}}</button> <button class='kg-operate-btn kg-btn-no-border' bindtap='operateTap'>{{title}}</button>
</view> </cover-view>
</view> </cover-view>
</template> </template>
<!--通用的分区标题--> <!--通用的分区标题-->
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment