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
aff75ccd
Commit
aff75ccd
authored
Jun 07, 2022
by
wangshuangqing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
查看质控页面样式
parent
2cfd39ba
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
20 additions
and
23 deletions
+20
-23
src/components/medicalRecordHomepage/index.vue
+3
-1
src/styles/index.scss
+3
-8
src/views/outseeQualityControl.vue
+14
-14
No files found.
src/components/medicalRecordHomepage/index.vue
View file @
aff75ccd
...
@@ -998,7 +998,7 @@ export default {
...
@@ -998,7 +998,7 @@ export default {
</
script
>
</
script
>
<
style
lang=
"scss"
>
<
style
lang=
"scss"
>
@import
'./index.scss'
;
//
@import
'./index.scss'
;
#medicalRecord
{
#medicalRecord
{
width
:
100%
;
width
:
100%
;
...
@@ -1038,6 +1038,8 @@ export default {
...
@@ -1038,6 +1038,8 @@ export default {
font-size
:
25px
;
font-size
:
25px
;
font-weight
:
bold
;
font-weight
:
bold
;
font-family
:
'PingFang SC'
;
font-family
:
'PingFang SC'
;
display
:
flex
;
justify-content
:
center
;
}
}
.juEnd
{
.juEnd
{
...
...
src/styles/index.scss
View file @
aff75ccd
@import
"./mixin.scss"
;
@import
"./mixin.scss"
;
@import
"./variables.module.scss"
;
@import
"./variables.module.scss"
;
@import
"./sidebar.scss"
;
@import
"./sidebar.scss"
;
// 编写全局样式
// 编写全局样式
body
{
body
{
height
:
100%
;
height
:
100
0
%
;
-moz-osx-font-smoothing
:
grayscale
;
-moz-osx-font-smoothing
:
grayscale
;
-webkit-font-smoothing
:
antialiased
;
-webkit-font-smoothing
:
antialiased
;
text-rendering
:
optimizeLegibility
;
text-rendering
:
optimizeLegibility
;
font-family
:
Helvetica
Neue
,
Helvetica
,
PingFang
SC
,
Hiragino
Sans
GB
,
font-family
:
Helvetica
Neue
,
Helvetica
,
PingFang
SC
,
Hiragino
Sans
GB
,
Microsoft
YaHei
,
Arial
,
sans-serif
;
Microsoft
YaHei
,
Arial
,
sans-serif
;
margin
:
0
;
margin
:
0
;
}
}
...
@@ -23,15 +21,12 @@ html {
...
@@ -23,15 +21,12 @@ html {
}
}
#app
{
#app
{
height
:
100%
;
height
:
486px
;
font-family
:
Avenir
,
Helvetica
,
Arial
,
sans-serif
;
font-family
:
Avenir
,
Helvetica
,
Arial
,
sans-serif
;
-webkit-font-smoothing
:
antialiased
;
-webkit-font-smoothing
:
antialiased
;
-moz-osx-font-smoothing
:
grayscale
;
-moz-osx-font-smoothing
:
grayscale
;
text-align
:
center
;
text-align
:
center
;
color
:
#2c3e50
;
color
:
#2c3e50
;
}
}
*,
*,
...
...
src/views/outseeQualityControl.vue
View file @
aff75ccd
...
@@ -259,7 +259,7 @@ export default {
...
@@ -259,7 +259,7 @@ export default {
</
script
>
</
script
>
<
style
lang=
"scss"
>
<
style
lang=
"scss"
>
@import
'../styles/mixin.scss'
;
//
@import
'../styles/mixin.scss'
;
//
@import
'styles/media/components/outseeQualityControl.scss'
;
//
@import
'styles/media/components/outseeQualityControl.scss'
;
.outseeQualityControl
{
.outseeQualityControl
{
...
@@ -324,7 +324,7 @@ export default {
...
@@ -324,7 +324,7 @@ export default {
&_left
{
&_left
{
width
:
65%
;
width
:
65%
;
background-color
:
#ffffff
;
background-color
:
#ffffff
;
height
:
100%
;
height
:
900px
;
padding
:
0
8%
;
padding
:
0
8%
;
...
@@ -334,7 +334,7 @@ export default {
...
@@ -334,7 +334,7 @@ export default {
&
_right
{
&
_right
{
width
:
34%
;
width
:
34%
;
height
:
100%
;
height
:
900px
;
display
:
flex
;
display
:
flex
;
flex-direction
:
column
;
flex-direction
:
column
;
flex-wrap
:
nowrap
;
flex-wrap
:
nowrap
;
...
@@ -356,7 +356,7 @@ export default {
...
@@ -356,7 +356,7 @@ export default {
//
padding
:
3%
10%
;
//
padding
:
3%
10%
;
&_left
{
&_left
{
flex
:
1
;
flex
:
1
;
height
:
100
%
;
height
:
45
%
;
border-radius
:
8px
;
border-radius
:
8px
;
background-image
:
url('../assets/img/BG.png')
;
background-image
:
url('../assets/img/BG.png')
;
background-repeat
:
no-repeat
;
background-repeat
:
no-repeat
;
...
@@ -371,7 +371,7 @@ export default {
...
@@ -371,7 +371,7 @@ export default {
img
{
img
{
width
:
82px
;
width
:
82px
;
height
:
80
px
;
height
:
53
px
;
}
}
}
}
...
@@ -414,7 +414,7 @@ export default {
...
@@ -414,7 +414,7 @@ export default {
&
_left11
{
&
_left11
{
flex
:
1
;
flex
:
1
;
height
:
100
%
;
height
:
45
%
;
border-radius
:
8px
;
border-radius
:
8px
;
background-color
:
#fff
;
background-color
:
#fff
;
background-repeat
:
no-repeat
;
background-repeat
:
no-repeat
;
...
@@ -429,7 +429,7 @@ export default {
...
@@ -429,7 +429,7 @@ export default {
img
{
img
{
width
:
82px
;
width
:
82px
;
height
:
80
px
;
height
:
63
px
;
}
}
}
}
...
@@ -471,7 +471,7 @@ export default {
...
@@ -471,7 +471,7 @@ export default {
}
}
&
_right
{
&
_right
{
height
:
100
%
;
height
:
45
%
;
flex
:
1
;
flex
:
1
;
border-radius
:
8px
;
border-radius
:
8px
;
display
:
flex
;
display
:
flex
;
...
@@ -484,7 +484,7 @@ export default {
...
@@ -484,7 +484,7 @@ export default {
img
{
img
{
width
:
82px
;
width
:
82px
;
height
:
80
px
;
height
:
53
px
;
}
}
}
}
...
@@ -508,13 +508,13 @@ export default {
...
@@ -508,13 +508,13 @@ export default {
}
}
&
_span11
{
&
_span11
{
color
:
#ffff
;
color
:
white
;
font-size
:
26px
;
font-size
:
26px
;
font-weight
:
700
;
font-weight
:
700
;
}
}
&
_span22
{
&
_span22
{
color
:
#ffff
;
color
:
white
;
font-size
:
16px
;
font-size
:
16px
;
font-weight
:
500
;
font-weight
:
500
;
}
}
...
@@ -523,7 +523,7 @@ export default {
...
@@ -523,7 +523,7 @@ export default {
&
_right11
{
&
_right11
{
flex
:
1
;
flex
:
1
;
height
:
100
%
;
height
:
45
%
;
border-radius
:
8px
;
border-radius
:
8px
;
background-image
:
url('../assets/img/BG.png')
;
background-image
:
url('../assets/img/BG.png')
;
background-repeat
:
no-repeat
;
background-repeat
:
no-repeat
;
...
@@ -538,7 +538,7 @@ export default {
...
@@ -538,7 +538,7 @@ export default {
img
{
img
{
width
:
82px
;
width
:
82px
;
height
:
80
px
;
height
:
53
px
;
}
}
}
}
...
@@ -604,7 +604,7 @@ export default {
...
@@ -604,7 +604,7 @@ export default {
height
:
10%
;
height
:
10%
;
@include
flexLayout;
//
@include
flexLayout;
justify-content
:
left
;
justify-content
:
left
;
}
}
...
...
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