Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
H
h5-base
Project
Project
Details
Activity
Releases
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
new-sing
h5-base
Commits
999cb130
Commit
999cb130
authored
Jul 05, 2019
by
chenyishuai@singsingenglish.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
75
parent
be6a69c0
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
24 additions
and
8 deletions
+24
-8
inviteRecordList.vue
src/components/buy/inviteRecordList.vue
+24
-8
No files found.
src/components/buy/inviteRecordList.vue
View file @
999cb130
...
@@ -4,7 +4,14 @@
...
@@ -4,7 +4,14 @@
<span>
邀请记录
</span>
<span>
邀请记录
</span>
<span>
购买时间
</span>
<span>
购买时间
</span>
</div>
</div>
<div
class=
"container"
:style=
"
{height: height+'px'}">
<scroll
ref=
"scrollItem"
class=
"scrollItem"
:data=
"list"
:pullup=
"pullup"
:bounce=
"false"
@
pullup=
"onReachBottom"
>
<div
class=
"container"
>
<ul>
<ul>
<li
v-for=
"(item,index) in list"
:key=
"index"
>
<li
v-for=
"(item,index) in list"
:key=
"index"
>
<p>
{{
item
.
name
}}
</p>
<p>
{{
item
.
name
}}
</p>
...
@@ -12,6 +19,8 @@
...
@@ -12,6 +19,8 @@
</li>
</li>
</ul>
</ul>
</div>
</div>
</scroll>
</div>
</div>
</
template
>
</
template
>
<
script
>
<
script
>
...
@@ -163,10 +172,17 @@ export default {
...
@@ -163,10 +172,17 @@ export default {
font-weight: 400;
font-weight: 400;
color: #eb7162;
color: #eb7162;
}
}
.scrollItem{
height: 80vh;
width: 100%;
margin-top: 0;
overflow: hidden;
}
.container {
.container {
margin: 0;
margin: 0;
width: 100%;
width: 100%;
overflow: hidden;
overflow: hidden;
// height: 200px;
ul {
ul {
li {
li {
height: 65 * @tocurrentvh;
height: 65 * @tocurrentvh;
...
...
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