Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
wandouchengzhang_coach
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
石盼盼
wandouchengzhang_coach
Commits
ed56d320
Commit
ed56d320
authored
Dec 14, 2020
by
石盼盼
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
财务页面结算金额居中
parent
897e9610
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
financial.wxml
pages/tabbar/financial/financial.wxml
+6
-6
No files found.
pages/tabbar/financial/financial.wxml
View file @
ed56d320
...
...
@@ -36,8 +36,8 @@
<view class="content1_body">
<block wx:for="{{profitList}}" wx:key='index'>
<view class="content1_body_th flex-h flex-vc">
<view style="width:30%">{{time.time(item.created_at)}}</view>
<view style="width:30%">{{item.amount}}</view>
<view style="width:30%
;text-align:center
">{{time.time(item.created_at)}}</view>
<view style="width:30%
;text-align:center
">{{item.amount}}</view>
<view class="text-line-one" style="width:40%">{{item.remark}}</view>
</view>
</block>
...
...
@@ -73,14 +73,14 @@
</view>
<view class="content1" wx:if='{{withdrawList.length > 0}}'>
<view class="content1_head flex-h flex-vc">
<view style="width:50%">日期</view>
<view style="width:50%">提现金额</view>
<view style="width:50%
;text-align:center
">日期</view>
<view style="width:50%
;text-align:center
">提现金额</view>
</view>
<view class="content1_body">
<block wx:for="{{withdrawList}}" wx:key='index'>
<view class="content1_body_th flex-h flex-vc">
<view style="width:50%">{{time.time(item.created_at)}}</view>
<view style="width:50%">{{item.amount}}</view>
<view style="width:50%
;text-align:center
">{{time.time(item.created_at)}}</view>
<view style="width:50%
;text-align:center
">{{item.amount}}</view>
</view>
</block>
</view>
...
...
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