no message

This commit is contained in:
A1300399510 2024-12-18 18:45:08 +08:00
parent b8663c763e
commit b788198730
2 changed files with 9 additions and 1 deletions

View File

@ -245,6 +245,9 @@ body {
flex: none;
}
.my-project .my-box .head .item.pitch.item-left .boxx {
left: 147px;
}
.my-project .my-box .head .item.pitch.item-long-left .boxx {
left: 188px;
}
.my-project .my-box .head .item.pitch.item-right .boxx {

View File

@ -283,7 +283,12 @@ body {
// width: 474px;
flex: none;
&.item-left {
// padding-right: 80px;
.boxx {
left: 147px;
}
}
&.item-long-left {
.boxx {
left: 188px;
}