From 6b680ace26dc95031a1b7a3e33f8785c112f787d Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期一, 20 四月 2020 18:32:01 +0800 Subject: [PATCH] 2020-04-20 --- src/templates/subtableconfig/index.scss | 29 +++++++---------------------- 1 files changed, 7 insertions(+), 22 deletions(-) diff --git a/src/templates/subtableconfig/index.scss b/src/templates/subtableconfig/index.scss index 629477c..6d596e6 100644 --- a/src/templates/subtableconfig/index.scss +++ b/src/templates/subtableconfig/index.scss @@ -59,17 +59,6 @@ color: #1890ff; border-bottom: 1px solid #e8e8e8; } - .thawbutton { - position: absolute; - right: 10px; - top: 0px; - padding: 0px; - cursor: pointer; - i { - font-size: 16px; - color: #1890ff; - } - } } .tables { .ant-select-selection-selected-value { @@ -302,17 +291,6 @@ display: inline-block; } } - .copybutton { - position: absolute; - right: 10px; - top: 5px; - z-index: 2; - padding: 5px; - cursor: pointer; - i { - font-size: 16px; - } - } } .column-list { position: relative; @@ -322,6 +300,13 @@ right: 20px; top: -10px; } + .column-copy { + position: absolute; + font-size: 16px; + right: 75px; + top: -7px; + color: #26C281; + } > .ant-row { background: #fafafa; border-radius: 4px; -- Gitblit v1.8.0