Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
fgqyxxlr
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
yaru
fgqyxxlr
Commits
e0af01d1
Commit
e0af01d1
authored
Jun 14, 2019
by
RuoYi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
选项卡样式优化
parent
58673fa5
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
10 deletions
+14
-10
ruoyi-admin/src/main/resources/static/css/skins.css
+5
-7
ruoyi-admin/src/main/resources/static/css/style.css
+3
-3
ruoyi-admin/src/main/resources/static/ruoyi/css/ry-ui.css
+6
-0
No files found.
ruoyi-admin/src/main/resources/static/css/skins.css
View file @
e0af01d1
...
...
@@ -170,7 +170,7 @@
}
.skin-blue
.content-tabs
{
border-bottom
:
solid
2px
#e7eaec
;
border-bottom
:
1px
solid
#e5e5e5
;
}
.skin-blue.layout-top-nav
>
.logo
{
...
...
@@ -189,7 +189,7 @@
}
.skin-green
.content-tabs
{
border-bottom
:
solid
2px
#e7eaec
;
border-bottom
:
1px
solid
#e5e5e5
;
}
.skin-green
.navbar
.nav
>
li
>
a
{
...
...
@@ -436,7 +436,7 @@
}
.skin-red
.content-tabs
{
border-bottom
:
solid
2px
#e7eaec
;
border-bottom
:
1px
solid
#e5e5e5
;
}
.skin-red
.nav
>
li
>
.treeview-menu
{
...
...
@@ -595,8 +595,7 @@
}
.skin-yellow
.content-tabs
{
border-bottom
:
solid
2px
#e7eaec
;
border-bottom
:
1px
solid
#e5e5e5
;
}
.skin-yellow
.nav
>
li
>
.treeview-menu
{
...
...
@@ -755,8 +754,7 @@
}
.skin-purple
.content-tabs
{
border-bottom
:
solid
2px
#e7eaec
;
border-bottom
:
1px
solid
#e5e5e5
;
}
.skin-purple
.nav
>
li
>
.treeview-menu
{
...
...
ruoyi-admin/src/main/resources/static/css/style.css
View file @
e0af01d1
...
...
@@ -3247,7 +3247,7 @@ body.body-small .footer.fixed {
/*CONTENTTABS*/
.content-tabs
{
position
:
relative
;
height
:
42
px
;
height
:
39
px
;
background
:
#fafafa
;
line-height
:
40px
;
}
...
...
@@ -3255,7 +3255,7 @@ body.body-small .footer.fixed {
.content-tabs
.roll-nav
,
.page-tabs-list
{
position
:
absolute
;
width
:
40px
;
height
:
40
px
;
height
:
38
px
;
text-align
:
center
;
color
:
#999
;
z-index
:
2
;
...
...
@@ -3328,7 +3328,7 @@ nav.page-tabs .page-tabs-content {
.roll-right.tabReload
{
background
:
#fff
;
height
:
40
px
;
height
:
38
px
;
width
:
60px
;
outline
:
none
;
}
...
...
ruoyi-admin/src/main/resources/static/ruoyi/css/ry-ui.css
View file @
e0af01d1
...
...
@@ -146,6 +146,12 @@
margin-right
:
5px
}
.nav-tabs-custom
>
.nav-tabs
>
li
.header
{
padding-left
:
5px
;
font-size
:
16px
;
line-height
:
30px
;
}
.nav-tabs-custom
>
.nav-tabs
>
li
.disabled
>
a
{
color
:
#777
}
...
...
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