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
431661ac
Commit
431661ac
authored
Feb 06, 2023
by
wangshuangqing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
检索路径页面添加媒体查询
parent
c390484a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
133 additions
and
1 deletions
+133
-1
src/styles/media/components/Entrypath.scss
+131
-0
src/views/Entrypath.vue
+2
-1
No files found.
src/styles/media/components/Entrypath.scss
0 → 100644
View file @
431661ac
@import
"../../mixin.scss"
;
// 1024
@media
screen
and
(
min-width
:
769px
)
and
(
max-width
:
1024px
)
{
.Entrypath
{
&
_top
{
&
_left
{
&
_t1
{
span
{
width
:
50%
!
important
;
}
}
&
_t2
{
span
{
width
:
50%
!
important
;
}
}
&
_t3
{
span
{
width
:
50%
!
important
;
}
}
}
}
&
_table
{
&
_lefttab
{
&
_select
{
flex-direction
:
column
!
important
;
&
_inp
{
width
:
100%
!
important
;
}
&
_chack
{
width
:
100%
!
important
;
}
}
}
}
}
}
//1280
@media
screen
and
(
max-width
:
1280px
)
{
.Entrypath
{
&
_top
{
&
_left
{
&
_t1
{
span
{
width
:
50%
!
important
;
}
}
&
_t2
{
span
{
width
:
50%
!
important
;
}
}
&
_t3
{
span
{
width
:
50%
!
important
;
}
}
}
}
&
_table
{
&
_lefttab
{
&
_select
{
flex-direction
:
column
!
important
;
&
_inp
{
width
:
100%
!
important
;
}
&
_chack
{
width
:
100%
!
important
;
}
}
}
}
}
}
// 1366px
@media
screen
and
(
min-width
:
1366px
)
and
(
max-width
:
1439px
)
{
.Entrypath
{
&
_top
{
&
_left
{
&
_t1
{
span
{
width
:
50%
!
important
;
}
}
&
_t2
{
span
{
width
:
50%
!
important
;
}
}
&
_t3
{
span
{
width
:
50%
!
important
;
}
}
}
}
&
_table
{
&
_lefttab
{
&
_select
{
&
_inp
{
span
{
width
:
54%
!
important
;
}
}
}
}
}
}
}
//1600
@media
screen
and
(
min-width
:
1600px
)
and
(
max-width
:
1919px
)
{
.Entrypath
{
&
_table
{
&
_lefttab
{
&
_select
{
&
_inp
{
span
{
width
:
54%
!
important
;
}
}
}
}
}
}
}
src/views/Entrypath.vue
View file @
431661ac
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
* @Author: wsq
* @Author: wsq
* @Date: 2022-04-22 15:20:58
* @Date: 2022-04-22 15:20:58
* @LastEditors: wsq
* @LastEditors: wsq
* @LastEditTime: 2023-02-0
2 16:06:18
* @LastEditTime: 2023-02-0
6 10:17:50
* @Description:
* @Description:
-->
-->
<
template
>
<
template
>
...
@@ -350,6 +350,7 @@ export default {
...
@@ -350,6 +350,7 @@ export default {
</
script
>
</
script
>
<
style
lang=
"scss"
scoped
>
<
style
lang=
"scss"
scoped
>
@import
"../styles/mixin.scss"
;
@import
"../styles/mixin.scss"
;
@import
"../styles/media/components/Entrypath.scss"
;
//
@import
"../styles/media/components/outClinicalpathway.scss"
;
//
@import
"../styles/media/components/outClinicalpathway.scss"
;
//
点击文本颜色
//
点击文本颜色
::v-deep
.current-row
{
::v-deep
.current-row
{
...
...
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