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
4cbcbcb9
Commit
4cbcbcb9
authored
Nov 18, 2021
by
hailiang.sun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
个人信息组件done
parent
6739188f
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
83 additions
and
2 deletions
+83
-2
combo.vue
src/views/flow/components/combo.vue
+0
-0
index.vue
src/views/flow/index.vue
+83
-2
No files found.
src/views/flow/components/combo.vue
0 → 100644
View file @
4cbcbcb9
src/views/flow/index.vue
View file @
4cbcbcb9
<
template
>
<div>
预约流程
</div>
<div
class=
"flow"
>
<div
class=
"content"
>
<div
class=
"left"
>
<div
class=
"title"
><span
class=
"point"
></span>
客户信息
</div>
<div
class=
"info"
>
<div
class=
"item"
>
<span
class=
"label"
>
姓名:
</span>
<a-input
readonly
>
小京巴
</a-input>
</div>
<div
class=
"item"
>
<span
class=
"label"
>
性别:
</span>
<a-input
readonly
>
小京巴
</a-input>
</div>
<div
class=
"item"
>
<span
class=
"label"
>
身份证:
</span>
<a-input
readonly
>
小京巴
</a-input>
</div>
<div
class=
"item"
>
<span
class=
"label"
>
手机号码:
</span>
<a-input
readonly
>
小京巴
</a-input>
</div>
<div
class=
"item"
>
<span
class=
"label"
>
出生日期:
</span>
<a-input
readonly
>
小京巴
</a-input>
</div>
</div>
<div
class=
"reset"
>
<a-button
type=
"primary"
>
点击修改
</a-button>
</div>
</div>
<div
class=
"right"
>
step
</div>
</div>
<a-button
type=
"primary"
@
click=
"onSubmit"
>
下一步
</a-button>
<div
class=
"btn"
></div>
</div>
</
template
>
<
script
>
...
...
@@ -15,4 +48,52 @@ export default {
};
</
script
>
<
style
lang=
"less"
scoped
></
style
>
<
style
lang=
"less"
scoped
>
.flow {
background: #fafafa;
.content {
.point {
display: inline-block;
border-radius: 5px;
width: 6px;
height: 6px;
background-color: #3f7ffb;
margin-right: 6px;
position: relative;
top: -1px;
}
display: flex;
justify-content: center;
.left {
.reset {
text-align: center;
margin-top: 25px;
}
.info {
::v-deep .ant-input {
border: none;
background-color: #fafafa;
}
.item {
display: flex;
margin-top: 10px;
.label {
display: inline-block;
width: 90px;
line-height: 32px;
font-size: 12px;
color: #aaaaaa;
}
}
}
}
.left,
.right {
background: white;
box-shadow: 0px 7px 14px 1px rgba(223, 223, 219, 0.18);
border-radius: 8px;
padding: 19px 12px;
}
}
}
</
style
>
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