Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
agcs2.0-web
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
liang
agcs2.0-web
Commits
f7fe5744
Commit
f7fe5744
authored
May 26, 2023
by
liang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化
parent
2d2e5dcd
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
65 deletions
+1
-65
DialogConfigForms.vue
src/views/followupentry/components/DialogConfigForms.vue
+1
-0
MyCustomForm.vue
src/views/followupquery/components/MyCustomForm.vue
+0
-65
No files found.
src/views/followupentry/components/DialogConfigForms.vue
View file @
f7fe5744
...
...
@@ -13,6 +13,7 @@
<ConfigForms
:key=
"patientId"
isDialogEdit
form-class=
"follow-form"
:form-type=
"formType"
:disabled=
"disabled"
:tab-disabled=
"tabDisabled"
...
...
src/views/followupquery/components/MyCustomForm.vue
View file @
f7fe5744
...
...
@@ -129,68 +129,3 @@ export default {
},
}
</
script
>
<
style
scoped
lang=
"scss"
>
.el-main
{
position
:
relative
;
padding
:
0
;
// box-shadow: 0px 5px 4px red;
.arrow
{
position
:
absolute
;
right
:
0
;
top
:
0
;
cursor
:
pointer
;
font-size
:
22px
;
z-index
:
9
;
}
.header
{
height
:
5px
;
box-shadow
:
0px
3px
4px
rgb
(
0
21
41
/
8%
);
padding-right
:
20px
;
position
:
relative
;
font-size
:
15px
;
z-index
:
999
;
}
}
.el-aside
{
padding-left
:
10px
;
border-left
:
1px
solid
#ccc
;
.side-content
{
height
:
calc
(
100vh
-
#{
"272px"
}
);
// overflow: auto;
}
}
.my-form
{
// height: calc(100vh - #{"310px"});
overflow-y
:
auto
;
padding-top
:
20px
;
// position: relative;
&
:
:-
webkit-scrollbar-thumb
{
background-color
:
#fff
;
}
&
:hover::-webkit-scrollbar-thumb
{
background-color
:
rgba
(
0
,
0
,
0
,
0
.4
);
}
&
.no-scroll
{
height
:
auto
;
}
}
.label
{
font-size
:
14px
;
color
:
#8492a6
;
line-height
:
38px
;
float
:
left
;
margin-right
:
20px
;
}
.value
{
font-size
:
14px
;
line-height
:
38px
;
float
:
left
;
font-weight
:
600
;
margin-right
:
50px
;
}
.el-slider
{
float
:
left
;
width
:
150px
;
}
</
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