Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
H
hls-xcmg-vue-app
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
xugong
hls-xcmg-vue-app
Commits
f2a394e9
Commit
f2a394e9
authored
Nov 29, 2019
by
linxin
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'liuxin' into develop
parents
dcfcc465
80bebf08
Pipeline
#3982
canceled with stages
Changes
4
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
63 additions
and
10 deletions
+63
-10
confirm-list.vue
src/pages/carConfirm/confirm-list.vue
+1
-0
drawback-list.vue
src/pages/drawback/drawback-list.vue
+40
-1
reimburse-myself-list.Vue
src/pages/reimburseMyself/reimburse-myself-list.Vue
+21
-9
video-list.vue
src/pages/videoSign/video-list.vue
+1
-0
No files found.
src/pages/carConfirm/confirm-list.vue
View file @
f2a394e9
...
...
@@ -130,6 +130,7 @@ export default {
},
getTabNum
(
i
)
{
this
.
tabNum
=
i
this
.
$refs
.
scroll
.
update
(
false
)
this
.
$refs
.
scroll
.
scrollToTop
()
},
changePage
(
e
)
{
...
...
src/pages/drawback/drawback-list.vue
View file @
f2a394e9
...
...
@@ -87,7 +87,7 @@ export default {
}
</
script
>
<
style
lang=
"less"
rel=
"stylesheet"
>
<
style
lang=
"less"
>
#reimburse {
.h-header-btn {
img {
...
...
@@ -162,5 +162,44 @@ export default {
color: rgba(56, 63, 69, 0.6);
}
}
.content {
position: absolute;
top: 0;
}
.scrollContent {
padding-top: 2.92rem;
padding-bottom: 20px;
}
.tab-style {
width: 100%;
position: absolute;
}
}
.platform-ios {
#startList {
.scrollContent {
padding-top: 3.32rem;
}
}
}
@media (device-width: 375px) and (device-height: 812px) and (-webkit-min-device-pixel-ratio: 3) {
.platform-ios {
#startList {
.scrollContent {
padding-top: 3.72rem;
}
}
}
}
// iPhoneXR适配
@media (device-width: 414px) and (device-height: 896px) {
.platform-ios {
#startList {
.scrollContent {
padding-top: 3.72rem;
}
}
}
}
</
style
>
src/pages/reimburseMyself/reimburse-myself-list.Vue
View file @
f2a394e9
...
...
@@ -71,9 +71,9 @@ export default {
vm
.
hlsPopup
.
hideLoading
()
if
(
res
.
result
===
'S'
)
{
vm
.
reimburseList
=
res
.
lists
if
(
res
.
lists
.
length
>
0
&&
res
.
lists
.
length
<
10
)
{
//
if (res.lists.length > 0 && res.lists.length
<
10
)
{
vm
.
$refs
.
scroll
.
update
(
true
)
}
//
}
}
})
},
...
...
@@ -132,12 +132,12 @@ export default {
border: 2px solid #bcc6ff;
}
}
.content{
margin-top: 10px;
}
.scrollContent{
padding-bottom: 70px;
}
//
.content{
//
margin-top: 10px;
//
}
//
.scrollContent{
//
padding-bottom: 70px;
//
}
.reimburse-wrap{
margin: 10px;
}
...
...
@@ -162,6 +162,18 @@ export default {
font-size: 14px;
color: rgba(56,63,69,0.60);
}
}
.content {
position: absolute;
top: 0;
}
.scrollContent {
padding-top: 1.92rem;
padding-bottom: 20px;
}
.tab-style {
width: 100%;
position: absolute;
}
}
</
style
>
src/pages/videoSign/video-list.vue
View file @
f2a394e9
...
...
@@ -103,6 +103,7 @@ export default {
},
getTabNum
(
i
)
{
this
.
tabNum
=
i
this
.
$refs
.
scroll
.
update
(
false
)
this
.
$refs
.
scroll
.
scrollToTop
()
},
toSign
()
{
...
...
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