Commit 9490c3df authored by cyh's avatar cyh

table表格背景颜色

parent d0f8b28b
......@@ -808,18 +808,20 @@ $--dialog-padding-primary: 20px !default;
/* Table
-------------------------- */
///table||header|0
$--table-border-color:#E0E0E0;
/// color||Color|0
$--table-border-color: $--border-color-lighter !default;
$--table-border-color: $--table-border-color !default;
$--table-border: 1px solid $--table-border-color !default;
/// color||Color|0
$--table-font-color: $--color-text-regular !default;
/// color||Color|0
$--table-header-font-color: $--color-text-secondary !default;
$--table-header-font-color: $--color-text-primary !default;
/// color||Color|0
$--table-row-hover-background-color: $--background-color-base !default;
$--table-current-row-background-color: $--color-primary-light-9 !default;
/// color||Color|0
$--table-header-background-color: $--color-white !default;
$--table-header-background-color: $--background-color-base !default;
$--table-fixed-box-shadow: 0 0 10px rgba(0, 0, 0, .12) !default;
/* Pagination
......
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