From b91728f14bbcdb461a37dd887eaa567c05dc96d6 Mon Sep 17 00:00:00 2001 From: ZiuChen <457353192@qq.com> Date: Sun, 18 Sep 2022 09:53:16 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=B0=83=E6=95=B4=E9=A2=84=E8=A7=88?= =?UTF-8?q?=E9=A1=B5operate=E5=AF=B9=E9=BD=90=E4=BD=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/style/cpns/clip-full-data.less | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/style/cpns/clip-full-data.less b/src/style/cpns/clip-full-data.less index 6a1bcda..08c7b46 100644 --- a/src/style/cpns/clip-full-data.less +++ b/src/style/cpns/clip-full-data.less @@ -13,7 +13,7 @@ white-space: pre-wrap; .clip-full-operate-list { position: fixed; - right: 50%; + right: 20%; z-index: 102; box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); display: flex; @@ -32,6 +32,7 @@ position: relative; top: 50px; padding: 20px; + margin-bottom: 55px; border-radius: 5px; background-color: @text-bg-color; img {