Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
C
cms_sys
Project
Project
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
西魏
cms_sys
Commits
8abc9ea3
Commit
8abc9ea3
authored
Nov 08, 2019
by
wwb
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
后台样式修改
parent
c58a38d1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
2 deletions
+12
-2
app.css
src/main/webapp/static/ms-admin/4.7.2/css/app.css
+10
-1
index.css
src/main/webapp/static/ms-admin/4.7.2/css/index.css
+2
-1
No files found.
src/main/webapp/static/ms-admin/4.7.2/css/app.css
View file @
8abc9ea3
...
...
@@ -63,7 +63,7 @@ a:link,a:visited,a:active{text-decoration: none; color:#409EFF;}
#myPageTop
input
{
width
:
242px
;
}
#form
.iconfont
{
.el-button
.iconfont
{
font-size
:
12px
;
margin-right
:
5px
;
}
...
...
@@ -76,3 +76,11 @@ a:link,a:visited,a:active{text-decoration: none; color:#409EFF;}
[
v-cloak
]
{
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 @
8abc9ea3
...
...
@@ -21,7 +21,8 @@
*/
html
,
body
{
min-height
:
100vh
;
min-height
:
600px
;
min-width
:
810px
;
width
:
100vw
;
background-color
:
#eee
;
margin
:
0
;
...
...
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