修改表头背景色和分割线颜色

This commit is contained in:
yangchch6 2019-03-22 17:25:37 +08:00
parent 1a1fbd3793
commit 042192acf1
1 changed files with 2 additions and 2 deletions

View File

@ -36,11 +36,11 @@ $button-secondary-text-color: $palette-grey-900 !default;
// Table 细化样式变量
// 表头背景色
$table-header-background-color: "247,247,247";
$table-header-background-color: "223, 225, 230";
// 表头文字颜色
$table-header-text-color: "102, 102, 102";
// 表格分割线颜色
$table-border-color-base: "233,233,233";
$table-border-color-base: "193, 199, 208";
// 表格行hover背景色
$table-row-hover-bg-color: "235, 236, 240";