From aaf679fc30803af4822ab9665ad4621ba926d27f Mon Sep 17 00:00:00 2001 From: ZiuChen <457353192@qq.com> Date: Mon, 5 Sep 2022 22:44:06 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E9=A2=84=E8=A7=88=E4=BE=A7=E6=A0=8F?= =?UTF-8?q?=E4=B8=AD=E6=82=AC=E6=B5=AE=E6=93=8D=E4=BD=9C=E6=8C=89=E9=92=AE?= =?UTF-8?q?=E6=94=B9=E4=B8=BA=E5=9B=BA=E5=AE=9A=E5=9C=A8=E9=A1=B6=E9=83=A8?= =?UTF-8?q?(=E6=96=87=E6=9C=AC=E6=9C=89=E9=81=AE=E6=8C=A1)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/style/cpns/clip-full-data.less | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/style/cpns/clip-full-data.less b/src/style/cpns/clip-full-data.less index f5f81c1..d5cfa70 100644 --- a/src/style/cpns/clip-full-data.less +++ b/src/style/cpns/clip-full-data.less @@ -12,13 +12,14 @@ word-break: break-all; white-space: pre-wrap; .clip-full-operate-list { - position: fixed; - top: 15px; - right: 30%; display: flex; align-items: center; - justify-content: center; + justify-content: flex-end; color: @text-color; + background-color: @text-bg-color; + padding: 5px 10px; + margin-bottom: 5px; + border-radius: 5px; &-item { padding: 10px; border-radius: 5px;