From cec9290f6cd8e3e7e881f4d38d43de307645a08a Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期一, 23 九月 2019 09:29:48 +0800 Subject: [PATCH] 2019-09-23update --- src/components/mainTable/index.scss | 14 ++++++++++++++ 1 files changed, 14 insertions(+), 0 deletions(-) diff --git a/src/components/mainTable/index.scss b/src/components/mainTable/index.scss index d56f18f..5b42d38 100644 --- a/src/components/mainTable/index.scss +++ b/src/components/mainTable/index.scss @@ -17,6 +17,20 @@ } .ant-table-body { overflow-x: auto!important; + min-height: 90px; + border: 1px solid #e8e8e8; + border-radius: 4px; + border-top: none; + border-bottom: none; + table { + border-left: 0; + .ant-table-thead > tr > th:last-child { + border-right: 0; + } + .ant-table-tbody > tr > td:last-child { + border-right: 0; + } + } } .ant-table-body::-webkit-scrollbar { width: 8px; -- Gitblit v1.8.0