Commit 4550db7b authored by 康振飞's avatar 康振飞

theme优化

parent 034fca5a
......@@ -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
......@@ -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;
......
......@@ -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
......@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment