Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
pet-business-web
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
刘怀志
pet-business-web
Commits
f5bfb39c
Commit
f5bfb39c
authored
Sep 27, 2023
by
陈明豪
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
8e50e64d
0a26187f
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
31 additions
and
31 deletions
+31
-31
equipment-add.vue
...uipment-management/equipment-management/equipment-add.vue
+1
-1
equipment-detail.vue
...ment-management/equipment-management/equipment-detail.vue
+2
-2
medical-edit.vue
src/views/medical-record-management/medical-edit.vue
+6
-6
prescribing-modle.vue
...ement/registration-queue/components/prescribing-modle.vue
+1
-1
schedule-info.vue
...anagement/registration-queue/components/schedule-info.vue
+21
-21
No files found.
src/views/equipment-management/equipment-management/equipment-add.vue
View file @
f5bfb39c
...
...
@@ -6,7 +6,7 @@
<span
class=
"topTitleText"
>
新增
</span>
</div>
<div
style=
"width: 100%"
>
<el-form
ref=
"form"
:model=
"form"
:rules=
"rules"
label-width=
"
125px
"
>
<el-form
ref=
"form"
:model=
"form"
:rules=
"rules"
label-width=
"
7.82rem
"
>
<div
class=
"title-paragraph"
>
<span
class=
"title-text"
>
基本信息
</span>
</div>
...
...
src/views/equipment-management/equipment-management/equipment-detail.vue
View file @
f5bfb39c
...
...
@@ -6,7 +6,7 @@
<div
class=
"topTitle"
>
<span
class=
"topTitleText"
>
详情
</span>
</div>
<el-form
ref=
"form"
:model=
"form"
:rules=
"rules"
label-width=
"
125px
"
>
<el-form
ref=
"form"
:model=
"form"
:rules=
"rules"
label-width=
"
7.82rem
"
>
<div
class=
"title-paragraph"
>
<div
class=
"title-text"
>
基本信息
...
...
@@ -341,7 +341,7 @@
<
div
class
=
"topTitle"
>
<
span
class
=
"topTitleText"
>
编辑
<
/span
>
<
/div
>
<
el
-
form
ref
=
"form"
:
model
=
"form"
:
rules
=
"rules"
label
-
width
=
"
125px
"
>
<
el
-
form
ref
=
"form"
:
model
=
"form"
:
rules
=
"rules"
label
-
width
=
"
7.82rem
"
>
<
div
class
=
"title-paragraph"
>
<
div
class
=
"title-text"
>
...
...
src/views/medical-record-management/medical-edit.vue
View file @
f5bfb39c
...
...
@@ -2683,9 +2683,9 @@ export default {
// 宠物图片
.
petPicture
{
display
:
inline
-
block
;
width
:
150
px
;
height
:
150
px
;
padding
-
left
:
28
px
;
width
:
9.375
rem
;
height
:
9.375
rem
;
padding
-
left
:
1.75
rem
;
::
v
-
deep
.
el
-
image
{
box
-
shadow
:
unset
!
important
;
...
...
@@ -2706,8 +2706,8 @@ export default {
//3--主人信息--模块内信息整体样式
.
ownerMsg
-
inner
{
color
:
#
666666
;
margin
-
top
:
20
px
;
margin
-
bottom
:
20
px
;
margin
-
top
:
1.25
rem
;
margin
-
bottom
:
1.25
rem
;
}
//模块tip样式--绿色
...
...
@@ -2771,7 +2771,7 @@ export default {
// 表格中输入框样式
.
el
-
table
{
.
el
-
form
-
item
{
margin
-
bottom
:
0
;
//
margin-bottom: 0;
}
.
el
-
link
{
...
...
src/views/service-management/registration-queue/components/prescribing-modle.vue
View file @
f5bfb39c
<
template
>
<el-dialog
:visible
.
sync=
"isShow"
class=
"prescribing-modle"
title=
"开具处方"
@
close=
"onClose"
>
<el-dialog
:visible
.
sync=
"isShow"
:close-on-click-modal=
"false"
class=
"prescribing-modle"
title=
"开具处方"
@
close=
"onClose"
>
<el-form
ref=
"prescribingForm"
:model=
"prescribingForm"
label-width=
"5rem"
size=
"small"
>
<!-- 标题区域-->
<div
class=
"prescribing-head"
>
...
...
src/views/service-management/registration-queue/components/schedule-info.vue
View file @
f5bfb39c
...
...
@@ -137,16 +137,16 @@ export default {
/*模块tip图形样式--左绿色*/
.
tip
-
green
{
width
:
3
px
;
height
:
24
px
;
width
:
0.1875
rem
;
height
:
1.5
rem
;
background
:
#
5
FB54B
;
border
-
radius
:
10
px
10
px
10
px
10
px
;
border
-
radius
:
0.625
rem
;
}
/*模块tip内容样式*/
.
tip
-
content
{
padding
-
left
:
13
px
;
font
-
size
:
1
6
px
;
padding
-
left
:
0.8125
rem
;
font
-
size
:
1
rem
;
font
-
family
:
Microsoft
YaHei
-
Bold
,
Microsoft
YaHei
,
serif
;
font
-
weight
:
bold
;
color
:
#
333333
;
...
...
@@ -163,33 +163,33 @@ export default {
display
:
flex
;
//当前触发的背景样式
.
bkg
-
on
{
width
:
260
px
;
height
:
143
px
;
width
:
16.25
rem
;
height
:
8.9375
rem
;
background
:
#
F1F9EF
;
border
-
radius
:
4
px
4
px
4
px
4
px
;
border
-
radius
:
0.25
rem
;
opacity
:
1
;
}
//当前未触发的背景样式
.
bkg
-
off
{
width
:
260
px
;
height
:
143
px
;
width
:
16.25
rem
;
height
:
8.9375
rem
;
background
:
#
FFFFFF
;
border
-
radius
:
4
px
4
px
4
px
4
px
;
border
-
radius
:
0.25
rem
;
opacity
:
1
;
border
:
1
px
solid
#
5
FB54B
;
}
//箭头样式
.
arrow
{
height
:
13
px
;
width
:
104
px
;
margin
:
65
px
22
px
65
px
22
px
;
height
:
0.8125
rem
;
width
:
6.5
rem
;
margin
:
4.0625
rem
1.375
rem
4.0625
rem
1.375
rem
;
}
//状态触发状态
.
status
-
on
{
font
-
size
:
12
px
;
font
-
size
:
0.75
rem
;
font
-
family
:
Microsoft
YaHei
-
Regular
,
Microsoft
YaHei
;
font
-
weight
:
400
;
color
:
#
5
FB54B
;
...
...
@@ -197,7 +197,7 @@ export default {
//状态未触发状态
.
status
-
off
{
font
-
size
:
12
px
;
font
-
size
:
0.75
rem
;
font
-
family
:
Microsoft
YaHei
-
Regular
,
Microsoft
YaHei
;
font
-
weight
:
400
;
color
:
#
AFAFAF
;
...
...
@@ -207,16 +207,16 @@ export default {
.
avatar
{
width
:
44
px
;
height
:
44
px
;
margin
-
bottom
:
14
px
;
margin
-
bottom
:
0.875
rem
;
}
//标题
.
title
{
font
-
size
:
14
px
;
font
-
size
:
0.875
rem
;
font
-
family
:
Microsoft
YaHei
-
Bold
,
Microsoft
YaHei
;
font
-
weight
:
bold
;
color
:
#
333333
;
margin
-
bottom
:
14
px
;
margin
-
bottom
:
0.875
rem
;
}
//预约/挂号
...
...
@@ -224,7 +224,7 @@ export default {
display
:
flex
;
align
-
items
:
center
;
flex
-
direction
:
column
;
padding
-
top
:
1
8
px
;
padding
-
top
:
1
.125
rem
;
}
}
}
...
...
@@ -232,7 +232,7 @@ export default {
}
/*进度条样式*/
.
schedule_style
{
margin
-
top
:
20
px
!
important
;
margin
-
top
:
1.25
rem
!
important
;
}
/*底部提交返回按钮布局*/
...
...
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