Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
D
doublescreen-back
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
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
pengguangpu
doublescreen-back
Commits
f762a9a7
Commit
f762a9a7
authored
Mar 03, 2020
by
gaodapeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
解决了等待支付页面的头部阴影显示一半的问题
parent
90f0ac38
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
8 deletions
+9
-8
index.acss
pages/index/index.acss
+1
-1
index.axml
pages/index/index.axml
+8
-7
No files found.
pages/index/index.acss
View file @
f762a9a7
...
...
@@ -674,7 +674,7 @@
.waitOperate {
display: flex;
flex-direction: column;
flex-direction: column
-reverse
;
position: absolute;
width: 100%;
height: 100%;
...
...
pages/index/index.axml
View file @
f762a9a7
...
...
@@ -266,13 +266,6 @@
</view>
<!-- 等待操作页 -->
<view class="waitOperate" hidden="{{!pageShow['waitoperate']}}">
<view class="balanceTopView">
<!--back button-->
<view catchTap="waitOperateBack" class="waitOperateBackButton">
<image mode="aspectFit" style="position:absolute;width:11rpx;height:17rpx;left: 18rpx;top:22rpx;" src="/images/icon_back.png"/>
<text>返回</text>
</view>
</view>
<!-- 界面主体 -->
<view class="bodyContainer">
<view class="leftBody" hidden="{{waitOperateHideLeft}}">
...
...
@@ -299,6 +292,14 @@
</view>
</view>
</view>
<!-- topview -->
<view class="balanceTopView">
<!--back button-->
<view catchTap="waitOperateBack" class="waitOperateBackButton">
<image mode="aspectFit" style="position:absolute;width:11rpx;height:17rpx;left: 18rpx;top:22rpx;" src="/images/icon_back.png"/>
<text>返回</text>
</view>
</view>
</view>
<!--支付结果页-->
<view hidden="{{!pageShow['payresult']}}">
...
...
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