From 655ac8aef54bc134c1420c19975023182a10cae4 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 08 十二月 2020 19:25:27 +0800 Subject: [PATCH] 2020-12-08 --- src/menu/components/table/normal-table/columns/index.scss | 26 ++++++++++++++++++++++++++ 1 files changed, 26 insertions(+), 0 deletions(-) diff --git a/src/menu/components/table/normal-table/columns/index.scss b/src/menu/components/table/normal-table/columns/index.scss index a2428be..558cccb 100644 --- a/src/menu/components/table/normal-table/columns/index.scss +++ b/src/menu/components/table/normal-table/columns/index.scss @@ -1,10 +1,19 @@ .normal-table-columns { + position: relative; .ant-table-body { overflow-x: auto; padding-bottom: 20px; tr td:not(.ant-table-selection-column) { + position: relative; padding: 12px 8px; background: #ffffff; + >.profile { + position: absolute; + top: 2px; + right: 2px; + color: purple; + font-size: 12px; + } } tr:hover td { background: #ffffff!important; @@ -32,6 +41,23 @@ } } } + .col-control { + position: absolute; + z-index: 2; + right: 0; + top: -25px; + >i, >div > i { + font-size: 16px; + margin-right: 10px; + cursor: pointer; + } + >.anticon-copy { + color: #26C281; + } + >div >.profile { + color: purple; + } + } } .normal-table-columns.false { .ant-pagination { -- Gitblit v1.8.0