From 27821f7b598e9e87de8fb179bdcbfdc5e2cb31fa Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 25 九月 2019 00:17:55 +0800 Subject: [PATCH] 2019-09-25update --- src/components/mainTable/index.scss | 17 +++++++++++++++++ 1 files changed, 17 insertions(+), 0 deletions(-) diff --git a/src/components/mainTable/index.scss b/src/components/mainTable/index.scss index 5b42d38..12469f9 100644 --- a/src/components/mainTable/index.scss +++ b/src/components/mainTable/index.scss @@ -47,4 +47,21 @@ border: 1px solid rgba(0, 0, 0, 0.07); background: rgba(0, 0, 0, 0); } + .fix-header { + .ant-table-body { + min-height: unset + } + .ant-table-placeholder { + display: none; + } + .ant-table-wrapper { + display: none; + } + .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