From 70966395388734eab59be067de88ac6e4dd80a4f Mon Sep 17 00:00:00 2001 From: A1300399510 Date: Thu, 14 Nov 2024 11:38:18 +0800 Subject: [PATCH] no message --- css/common.css | 2 +- css/common.less | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/css/common.css b/css/common.css index 43f05b2..4332ba4 100644 --- a/css/common.css +++ b/css/common.css @@ -453,7 +453,7 @@ body { background-color: #f95d5d; position: absolute; top: 0; - right: -71px; + right: 0; height: 100%; color: #ffffff; font-size: 13px; diff --git a/css/common.less b/css/common.less index 3164295..017a6d8 100644 --- a/css/common.less +++ b/css/common.less @@ -515,8 +515,7 @@ body { background-color: rgba(249, 93, 93, 1); position: absolute; top: 0; - // right: 0; - right: -71px; + right: 0; height: 100%; color: #ffffff; font-size: 13px;