From e603c97dbe7a4f1dbd6445e00383ed651182e0fe Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 03 三月 2020 17:09:11 +0800 Subject: [PATCH] 2020-03-03 --- src/templates/comtableconfig/index.scss | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/templates/comtableconfig/index.scss b/src/templates/comtableconfig/index.scss index d1a0239..064a25d 100644 --- a/src/templates/comtableconfig/index.scss +++ b/src/templates/comtableconfig/index.scss @@ -308,14 +308,15 @@ display: inline-block; } } - .thawbutton { + .copybutton { position: absolute; right: 10px; top: 5px; + z-index: 2; padding: 5px; cursor: pointer; i { - font-size: 18px; + font-size: 16px; } } } @@ -494,7 +495,7 @@ > .anticon-setting { position: absolute; font-size: 18px; - right: 5px; + right: 7px; top: 10px; padding: 10px; z-index: 1; -- Gitblit v1.8.0