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
cbb0d358
Commit
cbb0d358
authored
Aug 24, 2023
by
盖献康
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug(64229) - 宠物品种
parent
69bc7714
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
4 deletions
+22
-4
check-subscribe.vue
...-management/medical-record-management/check-subscribe.vue
+22
-4
No files found.
src/views/service-management/medical-record-management/check-subscribe.vue
View file @
cbb0d358
...
...
@@ -36,12 +36,18 @@
</el-form-item>
</el-col>
<el-col
:span=
"8"
>
<el-form-item
label=
"宠物品种"
>
<el-form-item
label=
"宠物品种"
class=
"petBreed"
>
<el-input
v-model=
"subscribeMessage.petBreed"
class=
"input-detail"
placeholder=
"-"
disabled
class=
"half__-5px"
/>
<el-input
v-model=
"subscribeMessage.petChildBreed"
placeholder=
"-"
disabled
class=
"half"
/>
</el-form-item>
</el-col>
...
...
@@ -77,7 +83,7 @@
class=
"input-detail"
placeholder=
"-"
disabled
style=
"width: 8
4
%;"
style=
"width: 8
3
%;"
/>
<span
style=
"padding-left: 10px;"
>
kg
</span>
</el-form-item>
...
...
@@ -169,7 +175,7 @@
class=
"input-detail"
placeholder=
"-"
disabled
style=
"width: 8
4
%;"
style=
"width: 8
3
%;"
/>
<span
style=
"padding-left: 10px;"
>
元
</span>
</el-form-item>
...
...
@@ -502,4 +508,16 @@ export default {
.
input
-
detail
{
width
:
392
px
;
}
.
petBreed
{
::
v
-
deep
.
el
-
input__inner
{
width
:
188
px
!
important
;
}
.
half__
-
5
px
{
width
:
calc
(
50
%
-
24
px
)
!
important
;
}
}
.
half
{
width
:
50
%
!
important
;
margin
-
left
:
5
px
;
}
<
/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