From cb4c8706eb48183ac8875d92d4a950ad6b6675a2 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 18 三月 2020 11:01:11 +0800 Subject: [PATCH] 2020-03-18 --- src/tabviews/tableshare/normalTable/index.scss | 13 +------------ 1 files changed, 1 insertions(+), 12 deletions(-) diff --git a/src/tabviews/commontable/mainTable/index.scss b/src/tabviews/tableshare/normalTable/index.scss similarity index 88% rename from src/tabviews/commontable/mainTable/index.scss rename to src/tabviews/tableshare/normalTable/index.scss index 93f37b9..53cb0f4 100644 --- a/src/tabviews/commontable/mainTable/index.scss +++ b/src/tabviews/tableshare/normalTable/index.scss @@ -1,4 +1,4 @@ -.main-table { +.normal-data-table { padding: 0 20px 30px; table { max-width: 100%; @@ -11,14 +11,6 @@ min-width: 60px; max-width: 60px; } - // .ant-table-tbody > tr td:not(.ant-table-selection-column) { - // padding: 0!important; - // } - // .ant-table-tbody > tr td .content { - // padding: 12px 8px; - // height: 100%; - // background: lightblue; - // } .ant-table-tbody > tr.ant-table-row-selected td { background-color: #c4ebfd; } @@ -126,8 +118,5 @@ .ant-affix .ant-table-wrapper { display: block; } - // .ant-table-column-sorter, .anticon-filter { - // display: none; - // } } } \ No newline at end of file -- Gitblit v1.8.0