From 50e83416b0ff2b2447a3993eb40bd86b85daf8cf Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 14 二月 2020 14:59:02 +0800 Subject: [PATCH] 2020-02-14 --- src/components/tabview/index.scss | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/src/components/tabview/index.scss b/src/components/tabview/index.scss index e51ffb7..afc15ea 100644 --- a/src/components/tabview/index.scss +++ b/src/components/tabview/index.scss @@ -62,6 +62,10 @@ .main-copy.ifr-copy:hover { opacity: 1; } + .ant-back-top { + bottom: 20px; + right: 30px; + } } .content-box.collapsed { max-width: calc(100% - 80px); -- Gitblit v1.8.0