From 9d6502b79fbbd1ec72b81bc36d7805f8e8f87276 Mon Sep 17 00:00:00 2001 From: yangchch6 Date: Tue, 26 Mar 2019 15:25:47 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=9B=BA=E5=AE=9A=E5=88=97?= =?UTF-8?q?=E5=9B=BE=E6=A0=87=E8=83=8C=E6=99=AF=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Table.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Table.scss b/src/Table.scss index 9f717ff..db2b137 100644 --- a/src/Table.scss +++ b/src/Table.scss @@ -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; @@ -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; }