Commit b0f92a69 authored by 骆瑛's avatar 骆瑛

修改表格数据

parent 10cb42cc
//定义变量
// @import './themes/deepBlank.less';
// @import './themes/green.less';
@import './themes/default.less';
@import './themes/green.less';
// @import './themes/default.less';
......@@ -538,13 +538,16 @@
.ivu-page-prev,
.ivu-page-next {
background: @page-bg !important;
border:1px solid @page-bg_bd !important;
}
.ivu-page-item {
background: @page-bg !important;
border:1px solid @page-bg_bd !important;
}
.ivu-page.mini .ivu-page-options-elevator input {
.ivu-page.mini .ivu-page-options-elevator input ,.page_index .ivu-page-options-elevator input {
background: @page-bg;
border: 1px solid @page-bg;
color: @page-color;
......
......@@ -99,6 +99,8 @@
@table_checkbox_bg: #106FFE;
@table_checkbox_bd:#FFFFFF;
@table_checkbox_bd_header:#FFFFFF;
@table_line_shadow:none;
@table-tr-bd:transparent;
//高级搜索文字
@search_text_span:#ffffff;
//分页
......@@ -106,7 +108,7 @@
@page-active-color-hover: #fff;
@page-bg: #222341;
@page-color:#fff;
@page-bg_bd:#222341;
//表格
@table_highbd:transparent;
......
......@@ -100,7 +100,9 @@
@search_icon_bg:#2d8cf0;
@table_checkbox_bg:#2d8cf0;
@table_checkbox_bd:#e8eaec;
@table_checkbox_bd_header:#e8eaec;
@table_checkbox_bd_header:#dcdee2;
@table_line_shadow:none;
@table-tr-bd:#e8eaec;
//高级搜索文字
@search_text_span:#515a6e;
//分页
......@@ -108,7 +110,7 @@
@page-active-color-hover: #515A6E;
@page-bg: #fff;
@page-color: #515A6E;
@page-bg_bd:#ffffff;
//表格
@table_highbd:#dcdee2;
@table-header-bg: #F5F6FA;
......
......@@ -100,6 +100,8 @@
@table_checkbox_bd:#182C51;
@table_checkbox_bd_header:#FFFFFF;
@table-color:#182C51;
@table_line_shadow:0px 0px 20px rgba(0, 0, 0, 0.16);
@table-tr-bd:transparent;
//高级搜索文字
@search_text_span: #253D6D;;
......@@ -108,7 +110,7 @@
@page-active-color-hover: #515A6E;
@page-bg: #fff;
@page-color: #515A6E;
@page-bg_bd:#CCCCCC;
//表格
@table_highbd:transparent;
@table-header-bg: #253D6D;
......@@ -134,7 +136,7 @@
@part_top_title:#ffffff;
@part_top_border:1px solid #ffffff;
@table_border-bg:transparent;
@table_line: #CACBD0;
@table_line: #ffffff;
@table-bottom_line:transparent;
@table-bottom-border:#ffffff;
......
This diff is collapsed.
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