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
55acfc3d
Commit
55acfc3d
authored
Feb 06, 2023
by
wangshuangqing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
病情变异页 添加媒体查询
parent
431661ac
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
250 additions
and
2 deletions
+250
-2
src/styles/media/components/outClinicalpathway.scss
+248
-0
src/views/outClinicalpathway.vue
+2
-2
No files found.
src/styles/media/components/outClinicalpathway.scss
0 → 100644
View file @
55acfc3d
@import
"../../mixin.scss"
;
// 1024
@media
screen
and
(
min-width
:
769px
)
and
(
max-width
:
1024px
)
{
.outClinicalpathway
{
&
_top
{
flex-direction
:
column
!
important
;
&
_left
{
height
:
50%
!
important
;
width
:
98%
!
important
;
&
_one
{
height
:
100%
!
important
;
&
_t1
{
width
:
22%
!
important
;
span
{
width
:
50%
!
important
;
}
}
&
_t2
{
span
{
width
:
50%
!
important
;
}
}
&
_t3
{
width
:
20%
!
important
;
span
{
width
:
50%
!
important
;
}
}
&
_t4
{
width
:
30%
!
important
;
span
{
width
:
55%
!
important
;
}
}
}
}
&
_right
{
height
:
50%
!
important
;
width
:
100%
!
important
;
justify-content
:
flex-end
!
important
;
}
}
&
_table
{
&
_left
{
width
:
20%
!
important
;
}
&
_right
{
width
:
79%
!
important
;
}
}
}
}
//1280
@media
screen
and
(
max-width
:
1280px
)
{
.outClinicalpathway
{
&
_top
{
flex-direction
:
column
!
important
;
&
_left
{
height
:
50%
!
important
;
width
:
98%
!
important
;
&
_one
{
height
:
100%
!
important
;
&
_t1
{
width
:
22%
!
important
;
span
{
width
:
50%
!
important
;
}
}
&
_t2
{
span
{
width
:
50%
!
important
;
}
}
&
_t3
{
width
:
20%
!
important
;
span
{
width
:
50%
!
important
;
}
}
&
_t4
{
width
:
30%
!
important
;
span
{
width
:
55%
!
important
;
}
}
}
}
&
_right
{
height
:
50%
!
important
;
width
:
100%
!
important
;
justify-content
:
flex-end
!
important
;
}
}
&
_table
{
&
_left
{
width
:
20%
!
important
;
}
&
_right
{
width
:
79%
!
important
;
}
}
}
}
// 1366px
@media
screen
and
(
min-width
:
1366px
)
and
(
max-width
:
1439px
)
{
.outClinicalpathway
{
&
_top
{
&
_left
{
&
_one
{
&
_t1
{
span
{
width
:
60%
!
important
;
}
}
&
_t2
{
span
{
width
:
60%
!
important
;
}
}
&
_t3
{
width
:
20%
!
important
;
span
{
width
:
60%
!
important
;
}
}
&
_t4
{
width
:
28%
!
important
;
span
{
width
:
60%
!
important
;
}
}
}
}
}
&
_table
{
&
_left
{
width
:
15%
!
important
;
}
&
_right
{
width
:
84%
!
important
;
}
}
}
}
//1400
@media
screen
and
(
min-width
:
1440px
)
and
(
max-width
:
1599px
)
{
.outClinicalpathway
{
&
_top
{
&
_left
{
&
_one
{
&
_t1
{
span
{
width
:
60%
!
important
;
}
}
&
_t2
{
span
{
width
:
60%
!
important
;
}
}
&
_t3
{
width
:
20%
!
important
;
span
{
width
:
60%
!
important
;
}
}
&
_t4
{
width
:
28%
!
important
;
span
{
width
:
60%
!
important
;
}
}
}
}
}
&
_table
{
&
_left
{
width
:
15%
!
important
;
}
&
_right
{
width
:
84%
!
important
;
}
}
}
}
//1600
@media
screen
and
(
min-width
:
1600px
)
and
(
max-width
:
1919px
)
{
.outClinicalpathway
{
&
_top
{
&
_left
{
&
_one
{
&
_t1
{
span
{
width
:
60%
!
important
;
}
}
&
_t2
{
span
{
width
:
60%
!
important
;
}
}
&
_t3
{
width
:
20%
!
important
;
span
{
width
:
60%
!
important
;
}
}
&
_t4
{
width
:
28%
!
important
;
span
{
width
:
60%
!
important
;
}
}
}
}
}
&
_table
{
&
_left
{
width
:
15%
!
important
;
}
&
_right
{
width
:
84%
!
important
;
}
}
}
}
src/views/outClinicalpathway.vue
View file @
55acfc3d
...
...
@@ -2,7 +2,7 @@
* @Author: wsq
* @Date: 2022-04-22 15:20:58
* @LastEditors: wsq
* @LastEditTime: 2023-02-0
3 13:16:40
* @LastEditTime: 2023-02-0
6 11:14:59
* @Description:
-->
<
template
>
...
...
@@ -723,7 +723,7 @@ export default {
</
script
>
<
style
lang=
"scss"
scoped
>
@import
"../styles/mixin.scss"
;
//
@import
"../styles/media/components/outClinicalpathway.scss"
;
@import
"../styles/media/components/outClinicalpathway.scss"
;
//
多选框选中状态背景颜色
::v-deep
.el-checkbox__input.is-checked
.el-checkbox__inner
{
...
...
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