no message

This commit is contained in:
A1300399510 2024-12-18 18:16:36 +08:00
parent af341ef8fb
commit 6d626f0ce4
2 changed files with 1 additions and 2 deletions

View File

@ -262,7 +262,6 @@ body {
} }
.my-project .my-box .head .item .bj.bj-right { .my-project .my-box .head .item .bj.bj-right {
right: 0; right: 0;
transform: rotate(180deg) scaleY(-1);
} }
.my-project .my-box .head .item .icon { .my-project .my-box .head .item .icon {
display: none; display: none;

View File

@ -300,7 +300,7 @@ body {
} }
&.bj-right { &.bj-right {
right: 0; right: 0;
transform: rotate(180deg) scaleY(-1); // transform: rotate(180deg) scaleY(-1);
} }
} }