Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
K
Kindergarten
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张杰
Kindergarten
Commits
4d998d3c
Commit
4d998d3c
authored
Mar 22, 2019
by
jie zhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug fix
parent
6604ae59
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
8 deletions
+7
-8
index.wxml
pages/add_record/index.wxml
+1
-0
index.wxml
pages/home/sign/index.wxml
+0
-2
index.wxss
pages/login/index.wxss
+1
-1
index.wxml
template/operate_btn/index.wxml
+5
-5
No files found.
pages/add_record/index.wxml
View file @
4d998d3c
...
...
@@ -53,6 +53,7 @@
</view>
</view>
</view>
<textarea placeholder=' 请输入您要备注的信息...' class='add_remark' value='{{picRemark}}' bindinput='picRemarkInput'></textarea>
</view>
<view style='width:100vw;height:140rpx;'></view>
...
...
pages/home/sign/index.wxml
View file @
4d998d3c
...
...
@@ -4,8 +4,6 @@
<view class='kg-text-title kg-flex-row' style="margin-left:40rpx;height:100rpx;">{{className}}</view>
<view class='kg-separater'></view>
<scroll-view style='height:calc(100vh - 120rpx - 140rpx)' scroll-y='true'>
<view style='margin:20rpx'>
<view wx:for="{{records}}" wx:key="item">
...
...
pages/login/index.wxss
View file @
4d998d3c
...
...
@@ -9,7 +9,7 @@
.login-board {
background-color: white;
padding:40rpx;
margin-top:-
2
0rpx;
margin-top:-
3
0rpx;
}
.login_bottom {
...
...
template/operate_btn/index.wxml
View file @
4d998d3c
<!--template/operate_btn/index.wxml-->
<!-- 通用的操作按钮 -->
<template name="operate_btn">
<
view style='position:fixed;bottom: 0rpx;height:140rpx;background-color:white
;'>
<
view class='kg-separater' style='height:4rpx;'></
view>
<view class='kg-operate-btn-bg'>
<
cover-view style='position:fixed;bottom: 0rpx;height:140rpx;background-color:white;z-index: 100
;'>
<
cover-view class='kg-separater' style='height:4rpx;'></cover-
view>
<
cover-
view class='kg-operate-btn-bg'>
<button class='kg-operate-btn kg-btn-no-border' bindtap='operateTap'>{{title}}</button>
</view>
</view>
</
cover-
view>
</
cover-
view>
</template>
<!--通用的分区标题-->
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment