From f3167f8371d19d0ea8fe7d0e7af5517ff0b08cd2 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 07 四月 2021 23:25:29 +0800 Subject: [PATCH] 2021-04-07 --- src/components/tabview/index.scss | 9 ++++++++- 1 files changed, 8 insertions(+), 1 deletions(-) diff --git a/src/components/tabview/index.scss b/src/components/tabview/index.scss index 24f4644..fe43335 100644 --- a/src/components/tabview/index.scss +++ b/src/components/tabview/index.scss @@ -28,7 +28,7 @@ } span.tab-control i.anticon-redo { position: absolute; - left: -3px; + left: -2px; top: 18px; font-size: 14px; margin: 0px; @@ -107,6 +107,13 @@ bottom: 20px; right: 30px; } + .mk-water-mark { + position: absolute; + top: 47px; + left: 5px; + font-size: 13px; + font-style: italic; + } } .mk-tabview-wrap.collapsed { max-width: calc(100% - 80px); -- Gitblit v1.8.0