Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
ln-medicalAppointment-pc
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
孙海亮
ln-medicalAppointment-pc
Commits
c667f9bd
Commit
c667f9bd
authored
Nov 18, 2021
by
hailiang.sun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
个人信息
parent
4cbcbcb9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
+6
-3
index.vue
src/views/flow/index.vue
+6
-3
No files found.
src/views/flow/index.vue
View file @
c667f9bd
...
@@ -5,10 +5,11 @@
...
@@ -5,10 +5,11 @@
<div
class=
"title"
><span
class=
"point"
></span>
客户信息
</div>
<div
class=
"title"
><span
class=
"point"
></span>
客户信息
</div>
<div
class=
"info"
>
<div
class=
"info"
>
<div
class=
"item"
>
<div
class=
"item"
>
<span
class=
"label"
>
姓名:
</span>
<a-input
readonly
>
小京巴
</a-input>
<span
class=
"label"
>
姓名:
</span>
<a-input
readonly
></a-input>
</div>
</div>
<div
class=
"item"
>
<div
class=
"item"
>
<span
class=
"label"
>
性别:
</span>
<a-input
readonly
>
小京巴
</a-input>
<span
class=
"label"
>
性别:
</span>
<a-input
readonly
></a-input>
</div>
</div>
<div
class=
"item"
>
<div
class=
"item"
>
<span
class=
"label"
>
身份证:
</span>
<span
class=
"label"
>
身份证:
</span>
...
@@ -70,6 +71,7 @@ export default {
...
@@ -70,6 +71,7 @@ export default {
margin-top: 25px;
margin-top: 25px;
}
}
.info {
.info {
margin-top: 24px;
::v-deep .ant-input {
::v-deep .ant-input {
border: none;
border: none;
background-color: #fafafa;
background-color: #fafafa;
...
@@ -79,10 +81,11 @@ export default {
...
@@ -79,10 +81,11 @@ export default {
margin-top: 10px;
margin-top: 10px;
.label {
.label {
display: inline-block;
display: inline-block;
width:
90
px;
width:
102
px;
line-height: 32px;
line-height: 32px;
font-size: 12px;
font-size: 12px;
color: #aaaaaa;
color: #aaaaaa;
padding-left: 12px;
}
}
}
}
}
}
...
...
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