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
fa32c14f
Commit
fa32c14f
authored
Aug 29, 2023
by
小费同学阿
💬
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
5d0eb7b3
5876f8ba
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
25 deletions
+11
-25
medical-edit.vue
src/views/medical-record-management/medical-edit.vue
+11
-25
No files found.
src/views/medical-record-management/medical-edit.vue
View file @
fa32c14f
...
...
@@ -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,31 +2616,6 @@ export default {
}
}
/*全部的回显框宽度限制*/
.medical-detail__form
{
.el-form-item
{
margin-right
:
0
!
important
;
&
__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