Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
vue-gjjs
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zhouqian
vue-gjjs
Commits
f0450b72
Commit
f0450b72
authored
Oct 15, 2022
by
Wuyuqiu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
WIP:
4a0c30fe
litdck交易ui修改
parent
4a0c30fe
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
c-page.vue
src/components/c-page.vue
+5
-5
index.vue
src/views/Layout/index.vue
+1
-1
No files found.
src/components/c-page.vue
View file @
f0450b72
...
...
@@ -84,30 +84,30 @@ export default {
}
@media
screen
and
(
min-width
:
1921px
)
and
(
max-width
:
2560
)
{
@media
screen
and
(
min-width
:
1921px
)
and
(
max-width
:
2560
px
)
{
.c-page-container-div
{
padding
:
0px
15
px
5px
;
padding
:
0px
20
px
5px
;
}
}
@media
screen
and
(
min-width
:
1441px
)
and
(
max-width
:
1920px
)
{
.c-page-container-div
{
padding
:
0px
1
0px
5px
;
padding
:
0px
2
0px
5px
;
}
}
@media
screen
and
(
min-width
:
1200px
)
and
(
max-width
:
1440px
)
{
.c-page-container-div
{
padding
:
0px
5px
5px
;
padding
:
0px
1
5px
5px
;
}
}
@media
screen
and
(
max-width
:
1199px
)
{
.c-page-container-div
{
padding
:
0px
5
px
5px
;
padding
:
0px
10
px
5px
;
}
}
...
...
src/views/Layout/index.vue
View file @
f0450b72
...
...
@@ -260,7 +260,7 @@ export default {
}
}
@media
screen
and
(
min-width
:
1921px
)
and
(
max-width
:
2560
)
{
@media
screen
and
(
min-width
:
1921px
)
and
(
max-width
:
2560
px
)
{
.el-aside
{
width
:
200px
!important
;
...
...
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