Skip to content

Commit

Permalink
修改固定列图标背景色
Browse files Browse the repository at this point in the history
  • Loading branch information
yangchch6 committed Mar 26, 2019
1 parent 2dcb6c6 commit 9d6502b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Table.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@import "../node_modules/tinper-bee-core/scss/minxin-variables";
@import "../node_modules/tinper-bee-core/scss/minxin-mixins";
@import "../node_modules/bee-loading/src/Loading";
// @import "../node_modules/bee-loading/src/Loading";

$text-color: #666;
$font-size-base: 12px;
Expand Down Expand Up @@ -490,7 +490,7 @@ $checkbox-height:16px;
height: 25px;
line-height: 25px;
z-index: 2;
background: #f7f7f7;
background: $table-head-background-color;
&i.uf{
padding: 0px;
}
Expand Down

0 comments on commit 9d6502b

Please sign in to comment.