From 1da6506bf58270bacc2a4345002c6b082835580e Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 21 十月 2021 23:17:08 +0800 Subject: [PATCH] 2021-10-21 --- src/components/tabview/index.scss | 7 ++----- 1 files changed, 2 insertions(+), 5 deletions(-) diff --git a/src/components/tabview/index.scss b/src/components/tabview/index.scss index 5ea2e5a..332f6ad 100644 --- a/src/components/tabview/index.scss +++ b/src/components/tabview/index.scss @@ -66,9 +66,6 @@ } } } - .ant-tabs .ant-tabs-top-content.ant-tabs-content-animated { - transition: margin-left 0s cubic-bezier(0.645, 0.045, 0.355, 1); - } iframe { width: 100%; height: calc(100vh - 115px); @@ -104,8 +101,8 @@ opacity: 1; } .ant-back-top { - bottom: 20px; - right: 30px; + bottom: 10px; + right: 20px; } .mk-water-mark { position: absolute; -- Gitblit v1.8.0