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
5876f8ba
Commit
5876f8ba
authored
Aug 29, 2023
by
刘怀志
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test
parent
c9cdb135
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
25 deletions
+12
-25
medical-edit.vue
src/views/medical-record-management/medical-edit.vue
+12
-25
No files found.
src/views/medical-record-management/medical-edit.vue
View file @
5876f8ba
...
...
@@ -48,7 +48,7 @@ color: #333333;"
<div
class=
"tip-green"
/>
<div
style=
"padding-left: 13px;font-size: 16px;font-family: Microsoft YaHei-Bold, Microsoft YaHei,serif;font-weight: bold;color: #333333;"
>
宠物信息
2
>
宠物信息
</div>
</div>
<!-- 1-- 宠物基本信息的页面--内部信息 -->
...
...
@@ -2555,6 +2555,17 @@ export default {
</
style
>
<
style
lang=
"scss"
>
.medical-edit
{
/*全部的回显框宽度限制*/
.medical-detail__form
{
.el-form-item
{
margin-right
:
0
!
important
;
}
.el-form-item__content
{
.el-input
,
.el-select
{
width
:
100%
!
important
;
}
}
}
// 表格中输入框样式
.el-table
{
.el-form-item
{
...
...
@@ -2605,30 +2616,6 @@ export default {
}
}
/*全部的回显框宽度限制*/
.medical-detail__form
{
.el-form-item
{
margin-right
:
0
!
important
;
}
.el-form-item__content
{
.el-input
,
.el-select
{
width
:
100%
!
important
;
}
.
el-select
:
:
v-deep
.
el-input
{
width
:
100%
!
important
;
}
.half
{
width
:
50%
!
important
;
}
.half__-5px
{
width
:
calc
(
50%
-
5px
)
!
important
;
}
}
}
//1--基本信息--模块内信息整体样式
.base-msg
{
color
:
#666666
;
...
...
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