Commit 83d5bf6d authored by 康振飞's avatar 康振飞

theme优化

parent 4550db7b
...@@ -488,7 +488,7 @@ ...@@ -488,7 +488,7 @@
// 表格鼠标浮在某行,默认无效果 // 表格鼠标浮在某行,默认无效果
.ivu-table-row-hover td { .ivu-table-row-hover td {
background-color: @hover-td-bg!important; background-color: @hover-td-bg!important;
font-size: @hover-td-fontSize; font-size: @hover-td-fontSize!important;
color: @hover-td-color; color: @hover-td-color;
} }
// tabs标签页hover效果 // tabs标签页hover效果
...@@ -498,7 +498,7 @@ ...@@ -498,7 +498,7 @@
// 表格选中某一行高亮 // 表格选中某一行高亮
.ivu-table-row-highlight td { .ivu-table-row-highlight td {
background-color: @active-row-bgColor!important; background-color: @active-row-bgColor!important;
font-size: @active-row-fontSize; font-size: @active-row-fontSize!important;
color: @active-row-color; color: @active-row-color;
} }
// tree hover 效果 // tree hover 效果
......
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