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
5757eb6c
Commit
5757eb6c
authored
Nov 07, 2019
by
linxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add
parent
c35db9a0
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
4 deletions
+6
-4
feedback.vue
src/pages/help/feedback.vue
+4
-2
contract-record.vue
src/pages/pay/payment/contract-record.vue
+2
-2
No files found.
src/pages/help/feedback.vue
View file @
5757eb6c
...
@@ -32,7 +32,7 @@
...
@@ -32,7 +32,7 @@
<!--
<div
class=
"file"
>
<!--
<div
class=
"file"
>
<img
src=
"@/assets/help/1.jpg"
>
<img
src=
"@/assets/help/1.jpg"
>
</div>
-->
</div>
-->
<div
class=
"file"
@
click=
"imgUploadShow(check_id)"
>
<div
class=
"file"
@
click=
"imgUploadShow(
list.
check_id)"
>
<img
class=
"photo"
src=
"@/assets/help/photo.png"
>
<img
class=
"photo"
src=
"@/assets/help/photo.png"
>
</div>
</div>
</div>
</div>
...
@@ -49,7 +49,9 @@
...
@@ -49,7 +49,9 @@
export
default
{
export
default
{
data
()
{
data
()
{
return
{
return
{
chck_id
:
''
,
list
:
{
chck_id
:
'123456'
,
},
upload_list
:
[],
// 上传图片列表
upload_list
:
[],
// 上传图片列表
}
}
},
},
...
...
src/pages/pay/payment/contract-record.vue
View file @
5757eb6c
...
@@ -268,8 +268,8 @@ export default {
...
@@ -268,8 +268,8 @@ export default {
z-index: 999;
z-index: 999;
}
}
input {
input {
position:
fixed
;
position:
absolute
;
top:
20%
;
top:
69px
;
width: 351px;
width: 351px;
height: 44px;
height: 44px;
border-radius: 4px;
border-radius: 4px;
...
...
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