From 23a688d92cdb8541102932affff30a93b7580579 Mon Sep 17 00:00:00 2001 From: solarjoker Date: Tue, 15 Dec 2020 15:18:06 +0800 Subject: [PATCH] fix: #1428 --- components/table/style/reset.scss | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/components/table/style/reset.scss b/components/table/style/reset.scss index 68f898e9a..f8ddae966 100644 --- a/components/table/style/reset.scss +++ b/components/table/style/reset.scss @@ -1,8 +1,10 @@ -div, -p, -ul, -li { - margin: 0; - padding: 0; - box-sizing: border-box; +.hi-table__setting-menu { + div, + p, + ul, + li { + margin: 0; + padding: 0; + box-sizing: border-box; + } }