Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
vue-composition-api
Overview
Overview
Details
Activity
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
宁路鹏
vue-composition-api
Commits
69f0102f
Commit
69f0102f
authored
Jun 01, 2023
by
唐玉峰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
9118efef
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
32 additions
and
13 deletions
+32
-13
src/components/medicalRecordHomepage/index.scss
+2
-2
src/components/medicalRecordHomepage/index.vue
+1
-1
src/views/outseeQualityControl.vue
+29
-10
No files found.
src/components/medicalRecordHomepage/index.scss
View file @
69f0102f
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
font-size
:
12px
!
important
;
font-size
:
12px
!
important
;
.pageindex
{
.pageindex
{
padding
:
20px
0px
!
important
;
padding
:
20px
1
0px
!
important
;
}
}
.el-row
{
.el-row
{
...
@@ -51,7 +51,7 @@
...
@@ -51,7 +51,7 @@
font-size
:
12px
!
important
;
font-size
:
12px
!
important
;
.pageindex
{
.pageindex
{
padding
:
20px
0px
!
important
;
padding
:
20px
1
0px
!
important
;
}
}
.el-row
{
.el-row
{
...
...
src/components/medicalRecordHomepage/index.vue
View file @
69f0102f
...
@@ -1207,7 +1207,7 @@ export default {
...
@@ -1207,7 +1207,7 @@ export default {
}
}
.pageindex
{
.pageindex
{
padding
:
20px
0px
;
padding
:
20px
1
0px
;
border
:
1px
solid
#000
;
border
:
1px
solid
#000
;
min-height
:
800px
;
min-height
:
800px
;
}
}
...
...
src/views/outseeQualityControl.vue
View file @
69f0102f
...
@@ -275,14 +275,18 @@ export default {
...
@@ -275,14 +275,18 @@ export default {
</
script
>
</
script
>
<
style
lang=
"scss"
>
<
style
lang=
"scss"
>
//
@import
'../styles/mixin.scss'
;
html
,
//
@import
'styles/media/components/outseeQualityControl.scss'
;
body
{
body
{
margin
:
0
;
height
:
100%
;
height
:
100%
;
width
:
100%
;
width
:
100%
;
margin
:
0
;
overflow
:
hidden
;
overflow
:
hidden
;
}
}
#app
{
height
:
100%
;
width
:
100%
;
}
.outseeQualityControl
{
.outseeQualityControl
{
height
:
100%
;
height
:
100%
;
width
:
100%
;
width
:
100%
;
...
@@ -296,22 +300,38 @@ body {
...
@@ -296,22 +300,38 @@ body {
&
_box
{
&
_box
{
background-color
:
#f3fafd
;
background-color
:
#f3fafd
;
padding
:
30px
;
padding
:
2%
;
height
:
92%
;
&_btn
{
&_btn
{
width
:
100%
;
width
:
100%
;
height
:
40px
;
height
:
40px
;
display
:
flex
;
display
:
flex
;
justify-content
:
flex-end
;
justify-content
:
flex-end
;
background
:
#fff
;
padding
:
15px
0
;
margin-bottom
:
20px
;
margin-bottom
:
20px
;
&_button
{
&_button
{
background-color
:
#2cabe3
;
background-color
:
#2cabe3
;
color
:
#fff
;
color
:
#fff
;
}
}
}
}
&
_header
{
height
:
25px
;
margin-bottom
:
20px
;
background
:
url("../assets/img/dataMaintenance/title.png")
no-repeat
;
background-size
:
100%
100%
;
width
:
100%
;
display
:
flex
;
flex-direction
:
row
;
justify-content
:
flex-start
;
align-items
:
center
;
&_text
{
font-size
:
13px
;
font-family
:
PingFang
SC
;
font-weight
:
500
;
color
:
#ffffff
;
margin-left
:
15px
;
}
}
&
_Content
{
&
_Content
{
display
:
flex
;
display
:
flex
;
//
flex-direction
:
row
;
//
flex-direction
:
row
;
...
@@ -325,9 +345,8 @@ body {
...
@@ -325,9 +345,8 @@ body {
&_left
{
&_left
{
width
:
60%
;
width
:
60%
;
background-color
:
#ffffff
;
background-color
:
#ffffff
;
height
:
100%
;
height
:
96%
;
padding
:
0
4%
;
padding
:
2%
4%
;
max-height
:
800px
;
overflow
:
auto
;
overflow
:
auto
;
overflow-x
:
hidden
;
overflow-x
:
hidden
;
}
}
...
...
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