Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
H
hls-webapp-cli
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
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
heasy
hls-webapp-cli
Commits
7cd8fb7d
Commit
7cd8fb7d
authored
Jun 26, 2019
by
Nature
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复scroll滑动问题
parent
b8b587ff
Changes
5
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
631 additions
and
560 deletions
+631
-560
contract-mainten-list.vue
...es/applications/contractMainten/contract-mainten-list.vue
+301
-278
contract-sign-list.vue
...rc/pages/applications/contractSign/contract-sign-list.vue
+301
-278
prjBpInfo.vue
template/src/pages/applications/projectManager/prjBpInfo.vue
+14
-2
prjMaintenList.vue
.../src/pages/applications/projectManager/prjMaintenList.vue
+14
-1
yarn.lock
template/yarn.lock
+1
-1
No files found.
template/src/pages/applications/contractMainten/contract-mainten-list.vue
View file @
7cd8fb7d
This diff is collapsed.
Click to expand it.
template/src/pages/applications/contractSign/contract-sign-list.vue
View file @
7cd8fb7d
This diff is collapsed.
Click to expand it.
template/src/pages/applications/projectManager/prjBpInfo.vue
View file @
7cd8fb7d
...
...
@@ -84,7 +84,7 @@
</bottom-tab>
<h-modal
ref=
"modal"
v-model=
"showModalValue"
position=
"bottom"
cus-class=
"search-modal"
>
<h-view>
<h-view
class=
"scroll-content"
>
<h-header
:proportion=
"[1,15,4]"
class=
"bar-custom"
>
<div
slot=
"center"
class=
"search-shelter"
>
<img
src=
"@/assets/image/projectCreate/search.png"
class=
"search-icon"
>
...
...
@@ -101,7 +101,7 @@
ref=
"scroll"
:updateData=
"[bpList]"
:pullUp=
"true"
class=
""
class=
"
content-scroll
"
@
pullingUp=
"loadMore"
>
<list-item
:item-height=
"80"
>
<item
...
...
@@ -401,6 +401,18 @@ export default {
padding-bottom: 80px;
}
.search-modal {
.scroll-content{
position: absolute;
top:0;
bottom: 0;
height: auto;
overflow: hidden;
-webkit-overflow-scrolling: touch;
overflow-scrolling: touch;
}
.content-scroll{
top:44px
}
.search-shelter {
height: 30px;
width: 100%;
...
...
template/src/pages/applications/projectManager/prjMaintenList.vue
View file @
7cd8fb7d
...
...
@@ -5,7 +5,7 @@
<
template
>
<h-view
class=
"public-style project-mainten"
title=
"申请维护"
>
<h-content
class=
""
>
<h-content
class=
"
scroll-content
"
>
<s-tab
@
tabClick=
"changeData"
>
<tab-item>
本年
</tab-item>
<tab-item>
本季
</tab-item>
...
...
@@ -50,6 +50,7 @@
</div>
<scroll
ref=
"scroll"
class=
"content-scroll"
:updateData=
"[prjList]"
:pullUp=
"true"
@
pullingUp=
"loadMore"
>
...
...
@@ -234,6 +235,18 @@ export default {
<
style
lang=
"less"
>
.project-mainten {
.scroll-content{
position: absolute;
top:0;
bottom: 0;
height: auto;
overflow: hidden;
-webkit-overflow-scrolling: touch;
overflow-scrolling: touch;
}
.content-scroll{
top:225px;
}
.content{
overflow: hidden;
}
...
...
template/yarn.lock
View file @
7cd8fb7d
...
...
@@ -3843,7 +3843,7 @@ he@1.2.x, he@^1.1.0:
"hls-easy-ui@https://hel.hand-china.com/easyUI/hls-easy-ui.git":
version "0.0.2"
resolved "https://hel.hand-china.com/easyUI/hls-easy-ui.git#
b433d1b61485e60df671921acea7530c7e78e86e
"
resolved "https://hel.hand-china.com/easyUI/hls-easy-ui.git#
a37b6f172b19e7204d940f9e6041bdce4a70beb6
"
dependencies:
autosize "^3.0.20"
better-scroll "^1.10.3"
...
...
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