From 6edd716ea6b38ac13c113c16bbbf29fe1ec4e062 Mon Sep 17 00:00:00 2001 From: A1300399510 Date: Thu, 14 Nov 2024 11:37:10 +0800 Subject: [PATCH] no message --- css/common.css | 4 ++-- css/common.less | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/css/common.css b/css/common.css index cc86abb..43f05b2 100644 --- a/css/common.css +++ b/css/common.css @@ -453,7 +453,7 @@ body { background-color: #f95d5d; position: absolute; top: 0; - right: 71px; + right: -71px; height: 100%; color: #ffffff; font-size: 13px; @@ -464,7 +464,7 @@ body { } @keyframes deleteShow { 0% { - right: 71px; + right: -71px; } 100% { right: 0; diff --git a/css/common.less b/css/common.less index 159945b..3164295 100644 --- a/css/common.less +++ b/css/common.less @@ -516,7 +516,7 @@ body { position: absolute; top: 0; // right: 0; - right: 71px; + right: -71px; height: 100%; color: #ffffff; font-size: 13px; @@ -527,7 +527,7 @@ body { @keyframes deleteShow { 0% { - right: 71px; + right: -71px; } 100% { right: 0;