Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wechat_currency
Overview
Overview
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
huahua
wechat_currency
Commits
3f66ac55
Commit
3f66ac55
authored
May 21, 2022
by
huahua
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
f527b017
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
pages/index/index.vue
+3
-4
No files found.
pages/index/index.vue
View file @
3f66ac55
...
...
@@ -18,12 +18,11 @@
<view
class=
"full-width full-height"
style=
"position: absolute; top: 0; left: 0;"
@
click
.
stop=
"itemCancel"
>
</view>
<view
class=
"container"
:style=
"
{height: data.windowHeight +'px'}" @click='itemCancel'
@touchmove.stop="touchMove" @touchend.stop="touchEnd" >
@touchmove.stop="touchMove" @touchend.stop="touchEnd" >
<!-- style=" display:flex;
justify-content:center;" -->
<!-- margin-top: 100upx; -->
<!-- margin-top: 100upx; -->
<view
:style=
"
{width: data.bgWidth +'px',height: data.bgHeight +'px' }" style="position: relative; " >
<!-- 底图 -->
...
...
@@ -31,7 +30,7 @@
:style=
"
{width: data.bgWidth +'px',height: data.bgWidth +'px'}"
style="position: absolute; z-index: 0; top: 0; bottom: 0; margin: auto; ">
</image>
<!-- 底色 -->
<!--
<view
:style=
"
{width: data.editorWidth * 1.1 +'px',height: data.editorHeight * 1.1 +'px',
<!--
<view
:style=
"
{width: data.editorWidth * 1.1 +'px',height: data.editorHeight * 1.1 +'px',
background:background_color ? background_color : ''}"
style="position: absolute; top: 0; bottom: 0; left: 0; right: 0;margin: auto;z-index: 1;">
</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