Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
MCMS
Commits
de640e65
Commit
de640e65
authored
Nov 08, 2019
by
铭飞
Committed by
Gitee
Nov 08, 2019
Browse files
!197 后台样式
Merge pull request !197 from wodful/master
parents
0cad1267
8abc9ea3
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/main/webapp/static/ms-admin/4.7.2/css/app.css
View file @
de640e65
...
@@ -22,7 +22,7 @@ a:link,a:visited,a:active{text-decoration: none; color:#409EFF;}
...
@@ -22,7 +22,7 @@ a:link,a:visited,a:active{text-decoration: none; color:#409EFF;}
}
}
.ms-pagination
{
.ms-pagination
{
padding
:
20px
0
;
padding
:
20px
0
0
;
text-align
:
right
;
text-align
:
right
;
}
}
...
@@ -63,7 +63,7 @@ a:link,a:visited,a:active{text-decoration: none; color:#409EFF;}
...
@@ -63,7 +63,7 @@ a:link,a:visited,a:active{text-decoration: none; color:#409EFF;}
#myPageTop
input
{
#myPageTop
input
{
width
:
242px
;
width
:
242px
;
}
}
#form
.iconfont
{
.el-button
.iconfont
{
font-size
:
12px
;
font-size
:
12px
;
margin-right
:
5px
;
margin-right
:
5px
;
}
}
...
@@ -75,4 +75,12 @@ a:link,a:visited,a:active{text-decoration: none; color:#409EFF;}
...
@@ -75,4 +75,12 @@ a:link,a:visited,a:active{text-decoration: none; color:#409EFF;}
}
}
[
v-cloak
]
{
[
v-cloak
]
{
display
:
none
;
display
:
none
;
}
/* 滚动条样式重写*/
.el-table__body-wrapper
::-webkit-scrollbar
{
width
:
6px
;
}
.el-table__body-wrapper
::-webkit-scrollbar-thumb
{
border-radius
:
10px
;
background-color
:
rgba
(
144
,
147
,
153
,
.5
);
}
}
\ No newline at end of file
src/main/webapp/static/ms-admin/4.7.2/css/index.css
View file @
de640e65
...
@@ -21,7 +21,8 @@
...
@@ -21,7 +21,8 @@
*/
*/
html
,
html
,
body
{
body
{
min-height
:
100vh
;
min-height
:
600px
;
min-width
:
810px
;
width
:
100vw
;
width
:
100vw
;
background-color
:
#eee
;
background-color
:
#eee
;
margin
:
0
;
margin
:
0
;
...
...
Write
Preview
Supports
Markdown
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