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
256b75ac
Commit
256b75ac
authored
Nov 18, 2021
by
hailiang.sun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改最小字体
parent
9b00c080
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
14 additions
and
15 deletions
+14
-15
combo.vue
src/views/flow/components/combo.vue
+3
-3
detail.vue
src/views/flow/components/detail.vue
+4
-4
index.vue
src/views/flow/index.vue
+4
-5
item.vue
src/views/index/components/item.vue
+3
-3
No files found.
src/views/flow/components/combo.vue
View file @
256b75ac
...
...
@@ -105,10 +105,10 @@ export default {
margin-top: 20px;
height: 36px;
line-height: 36px;
font-size: 1
2
px !important;
font-size: 1
4
px !important;
padding-left: 10px;
::v-deep .ant-radio-wrapper {
font-size: 1
2
px;
font-size: 1
4
px;
}
}
}
...
...
@@ -119,7 +119,7 @@ export default {
margin-top: 20px;
height: 36px;
line-height: 36px;
font-size: 1
2
px !important;
font-size: 1
4
px !important;
padding-left: 10px;
}
.point {
...
...
src/views/flow/components/detail.vue
View file @
256b75ac
...
...
@@ -67,7 +67,7 @@ export default {
.ant-btn {
&:nth-child(1) {
margin-right: 30px;
font-size: 1
2
px;
font-size: 1
4
px;
color: white;
border: none;
}
...
...
@@ -81,7 +81,7 @@ export default {
}
.desc {
color: #cccccc;
font-size: 1
2
px;
font-size: 1
4
px;
margin-left: 4px;
}
}
...
...
@@ -92,13 +92,13 @@ export default {
margin-top: 15px;
}
.label {
font-size: 1
2
px;
font-size: 1
4
px;
color: #aaaaaa;
}
.content {
width: 400px;
color: #333333;
font-size: 1
2
px;
font-size: 1
4
px;
line-height: 40px;
background: #fafafa;
margin-top: 4px;
...
...
src/views/flow/index.vue
View file @
256b75ac
...
...
@@ -32,7 +32,7 @@
<div
class=
"right"
>
<Combos
v-if=
"!next"
/>
<Detail
/>
<SelectInstitution
/>
<SelectInstitution
v-if=
"false"
/>
</div>
</div>
<div
class=
"btn"
>
...
...
@@ -42,8 +42,7 @@
</
template
>
<
script
>
import
SelectInstitution
from
'
./selectInstitution.vue
'
;
import
SelectInstitution
from
"
./selectInstitution.vue
"
;
import
Combos
from
"
./components/combo.vue
"
;
import
Detail
from
"
./components/detail.vue
"
;
...
...
@@ -52,7 +51,7 @@ export default {
components
:
{
Combos
,
Detail
,
SelectInstitution
SelectInstitution
,
},
props
:
{},
data
()
{
...
...
@@ -110,7 +109,7 @@ export default {
display: inline-block;
width: 102px;
line-height: 32px;
font-size: 1
2
px;
font-size: 1
4
px;
color: #aaaaaa;
padding-left: 12px;
}
...
...
src/views/index/components/item.vue
View file @
256b75ac
...
...
@@ -53,18 +53,18 @@ export default {
text-align: right;
.date {
color: #999999;
font-size: 1
2
px;
font-size: 1
4
px;
margin-top: 12px;
}
}
.left {
.title {
color: #333333;
font-size: 1
2
px;
font-size: 1
4
px;
font-weight: bold;
}
.detail {
font-size: 1
2
px;
font-size: 1
4
px;
color: #999999;
line-height: 30px;
margin-top: 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