Browse Source

upgrade table head background color

pull/1334/head
afc163 9 years ago
parent
commit
0110d1924a
  1. 2
      style/components/table.less

2
style/components/table.less

@ -1,7 +1,7 @@
@import "../mixins/index";
@table-prefix-cls: ~"@{css-prefix}table";
@table-head-background-color: #f4f4f4;
@table-head-background-color: #f7f7f7;
.@{table-prefix-cls} {
font-size: @font-size-base;

Loading…
Cancel
Save