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
bdb5dd51
Commit
bdb5dd51
authored
Jun 23, 2021
by
msgroup
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
样式
parent
a446aabc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
17 deletions
+13
-17
app.css
src/main/webapp/static/css/app.css
+13
-17
No files found.
src/main/webapp/static/css/app.css
View file @
bdb5dd51
...
...
@@ -42,7 +42,6 @@ a:link,a:visited,a:active{text-decoration: none; color:#409EFF;}
}
.ms-container
{
margin
:
10px
;
height
:
100%
;
display
:
flex
;
flex-direction
:
column
;
...
...
@@ -53,7 +52,7 @@ a:link,a:visited,a:active{text-decoration: none; color:#409EFF;}
.ms-header
{
padding
:
10px
;
margin
:
0
;
border-bottom
:
1px
solid
#
ddd
;
border-bottom
:
1px
solid
#
ebeef5
;
background
:
#fff
;
height
:
50px
}
...
...
@@ -74,21 +73,17 @@ a:link,a:visited,a:active{text-decoration: none; color:#409EFF;}
.el-button
+
.el-button
{
margin-left
:
0
}
.ms-form-tip
{
.ms-form-tip
,
.ms-form-tip-err
{
color
:
#909399
;
font-size
:
12px
;
line-height
:
18px
;
padding
:
4px
0
;
}
.ms-form-tip
b
{
color
:
#e6a23c
;
.ms-form-tip
-err
{
color
:
#f56c6c
}
.ms-form-tip
a
:hover
{
text-decoration
:
underline
!important
;
}
.ms-form-tip
i
{
background-color
:
#f0f9eb
;
color
:
#67c23a
;
.ms-alert-tip
{
margin-bottom
:
10px
;
}
.ms-select
{
display
:
block
;
...
...
@@ -98,8 +93,9 @@ a:link,a:visited,a:active{text-decoration: none; color:#409EFF;}
width
:
100%
!important
;
}
.ms-search
{
padding
:
20px
0
0
;
background
:
#fff
;
padding
:
10px
14px
0
14px
;
border-bottom
:
1px
dashed
#ebeef5
;
}
.ms-search
.ms-search-footer
{
line-height
:
60px
;
...
...
@@ -120,7 +116,7 @@ a:link,a:visited,a:active{text-decoration: none; color:#409EFF;}
line-height
:
1px
!important
;
}
#form
.ms-container
{
height
:
calc
(
100vh
-
74
px
);
height
:
calc
(
100vh
-
38
px
);
}
[
v-cloak
]
{
...
...
@@ -136,13 +132,13 @@ a:link,a:visited,a:active{text-decoration: none; color:#409EFF;}
background-color
:
rgba
(
144
,
147
,
153
,
.5
);
}
/*饿了么滚动样式*/
.ms-scrollbar
.el-scrollbar__wrap
{
overflow-x
:
hidden
;
.el-scrollbar__wrap
{
overflow-x
:
hidden
!important
;
}
.ms-scrollbar
.el-scrollbar__bar.is-vertical
{
.ms-scrollbar
.el-scrollbar__bar.is-vertical
{
width
:
6px
!important
;
}
.ms-scrollbar
.el-scrollbar__view
{
.ms-scrollbar
.el-scrollbar__view
{
padding-right
:
17px
;
}
/**后台管理界面的el-menu通用样式**/
...
...
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