From 6d626f0ce4827e8e849ed4a56e71e3924d883f36 Mon Sep 17 00:00:00 2001 From: A1300399510 Date: Wed, 18 Dec 2024 18:16:36 +0800 Subject: [PATCH] no message --- css/common.css | 1 - css/common.less | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/css/common.css b/css/common.css index 81fdd3a..00c47e0 100644 --- a/css/common.css +++ b/css/common.css @@ -262,7 +262,6 @@ body { } .my-project .my-box .head .item .bj.bj-right { right: 0; - transform: rotate(180deg) scaleY(-1); } .my-project .my-box .head .item .icon { display: none; diff --git a/css/common.less b/css/common.less index ac96886..ac77a3d 100644 --- a/css/common.less +++ b/css/common.less @@ -300,7 +300,7 @@ body { } &.bj-right { right: 0; - transform: rotate(180deg) scaleY(-1); + // transform: rotate(180deg) scaleY(-1); } }