Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mes-ui
Project
Project
Details
Activity
Releases
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
周远喜
mes-ui
Commits
4550db7b
Commit
4550db7b
authored
Apr 13, 2020
by
康振飞
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
theme优化
parent
034fca5a
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
28 additions
and
3 deletions
+28
-3
index.less
styles/default/index.less
+3
-1
layout.less
styles/layout/basic-layout/layout.less
+4
-0
pink.less
styles/theme/pink.less
+3
-1
yellow.less
styles/theme/yellow.less
+18
-1
No files found.
styles/default/index.less
View file @
4550db7b
...
...
@@ -25,4 +25,6 @@
// tree active 效果
@active-title-bgColor: #abc9eb;
@active-title-fontSize: 1.1em;
@active-title-color: #000000;
\ No newline at end of file
@active-title-color: #000000;
// tabs标签页hover效果
@tabs-nav-hover:#57a3f3;
\ No newline at end of file
styles/layout/basic-layout/layout.less
View file @
4550db7b
...
...
@@ -491,6 +491,10 @@
font-size: @hover-td-fontSize;
color: @hover-td-color;
}
// tabs标签页hover效果
.ivu-tabs-nav .ivu-tabs-tab:hover{
color: @tabs-nav-hover;
}
// 表格选中某一行高亮
.ivu-table-row-highlight td {
background-color: @active-row-bgColor!important;
...
...
styles/theme/pink.less
View file @
4550db7b
...
...
@@ -26,4 +26,6 @@
// tree active 效果
@active-title-bgColor: #cc5dd6;
@active-title-fontSize: 1.1em;
@active-title-color: #ffffff;
\ No newline at end of file
@active-title-color: #ffffff;
// tabs标签页hover效果
@tabs-nav-hover:#e620cb;
\ No newline at end of file
styles/theme/yellow.less
View file @
4550db7b
...
...
@@ -11,4 +11,21 @@
@menu-dark-bg: #bda935;
@menu-dark-lie-bg: linear-gradient(to right, #ab911d, #dcc921, #ffd61e);
@menu-dark-linear-bg: (to right, #ab911d, #dcc921, #ffd61e);
// 表格
\ No newline at end of file
// 表格浮在某行,默认无效果!important
@hover-td-bg: #d8d656;
@hover-td-fontSize: 1.1em;
@hover-td-color: #6170f7;
// 表格选中某一行高亮
@active-row-bgColor: #d8d656;
@active-row-fontSize: 1.1em;
@active-row-color: #6170f7;
// tree hover 效果
@hover-title-bgColor: #d8d656;
@hover-title-fontSize: 1.1em;
@hover-title-color: #6170f7;
// tree active 效果
@active-title-bgColor: #d8d656;
@active-title-fontSize: 1.1em;
@active-title-color: #6170f7;
// tabs标签页hover效果
@tabs-nav-hover:#e6d220;
\ No newline at end of file
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