Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
voucher-h5
Project
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
潘琦
voucher-h5
Commits
2f0bd5a3
Commit
2f0bd5a3
authored
Oct 24, 2019
by
潘琦
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
生育全程签约乌当和张家港,页面样式微调;
parent
8f213def
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
4 deletions
+10
-4
index.vue
src/views/signing/index.vue
+6
-3
index.vue
src/views/signingWD/index.vue
+4
-1
No files found.
src/views/signing/index.vue
View file @
2f0bd5a3
...
...
@@ -65,8 +65,8 @@
<div
class=
"td label"
>
现住址
</div>
<div
class=
"td text-right"
>
<div
v-if=
"signStatus=='update'"
>
<p
class=
"
ligh
t m-b-normal"
>
{{
BaseForm
.
address
}}
</p>
<p
class=
"
ligh
t m-b-normal"
>
{{
BaseForm
.
subAddress
}}
</p>
<p
class=
"
tin
t m-b-normal"
>
{{
BaseForm
.
address
}}
</p>
<p
class=
"
tin
t m-b-normal"
>
{{
BaseForm
.
subAddress
}}
</p>
</div>
<div
class=
"td-table"
@
click=
"openPopupAddress"
v-else
>
<div
class=
"td-table-cell text"
>
...
...
@@ -89,7 +89,7 @@
<div
class=
"tr"
>
<div
class=
"td label"
>
详细地址
</div>
<div
class=
"td text-right"
>
<input
type=
"text"
v-model=
"BaseForm.street"
class=
"form-control"
placeholder=
"请输入小区/楼栋/门牌号(最多25字)"
maxlength=
"25"
@
blur=
"BaseValidateStreet"
/>
<input
type=
"text"
v-model=
"BaseForm.street"
class=
"form-control"
placeholder=
"请输入小区/楼栋/门牌号(最多25字)"
maxlength=
"25"
@
blur=
"BaseValidateStreet"
:disabled=
"signStatus=='update'"
/>
<span
v-if=
"!BaseValidate.streetState"
class=
"small-hint"
>
请输入详细地址
</span>
</div>
</div>
...
...
@@ -2120,6 +2120,9 @@ export default {
.light-box
>
.table
>
.cell
>
img
{
max-width
:
80%
;
}
.tint
{
color
:
#9aa0a4
;
}
.footer
{
margin
:
10px
0
;
}
...
...
src/views/signingWD/index.vue
View file @
2f0bd5a3
...
...
@@ -84,7 +84,7 @@
<div
class=
"tr"
>
<div
class=
"td label"
>
详细地址
</div>
<div
class=
"td text-right"
>
<input
type=
"text"
v-model=
"BaseForm.street"
class=
"form-control"
placeholder=
"请输入小区/楼栋/门牌号(最多25字)"
maxlength=
"25"
@
blur=
"BaseValidateStreet"
/>
<input
type=
"text"
v-model=
"BaseForm.street"
class=
"form-control"
placeholder=
"请输入小区/楼栋/门牌号(最多25字)"
maxlength=
"25"
@
blur=
"BaseValidateStreet"
:disabled=
"signStatus=='update'"
/>
<span
v-if=
"!BaseValidate.streetState"
class=
"small-hint"
>
请输入详细地址
</span>
</div>
</div>
...
...
@@ -2074,6 +2074,9 @@ export default {
.light-box
>
.table
>
.cell
>
img
{
max-width
:
80%
;
}
.tint
{
color
:
#9aa0a4
;
}
.footer
{
margin
:
10px
0
;
}
...
...
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