From 1a5750afc79702a9166e3b026ddaa5c4becc21f2 Mon Sep 17 00:00:00 2001 From: rickcole Date: Tue, 30 Apr 2019 14:21:51 +0800 Subject: [PATCH] fix filterable style --- scss/components/_table.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scss/components/_table.scss b/scss/components/_table.scss index 55c059d0..63ee5675 100644 --- a/scss/components/_table.scss +++ b/scss/components/_table.scss @@ -430,6 +430,8 @@ height: $TableCell-filterPopOver-dropDownItem-height; line-height: $TableCell-filterPopOver-dropDownItem-height; padding: $TableCell-filterPopOver-dropDownItem-padding; + background-color: $white; + margin: 0; &:hover { background-color: $light;