no message

This commit is contained in:
A1300399510 2024-12-18 17:19:59 +08:00
parent 1d4fe4aa71
commit 11e6b6f8d1
2 changed files with 4 additions and 0 deletions

View File

@ -233,10 +233,12 @@ body {
height: 100%;
z-index: 1;
cursor: pointer;
flex: 1;
}
.my-project .my-box .head .item.pitch {
color: #000000;
width: 474px;
flex: none;
}
.my-project .my-box .head .item.pitch.item-left {
padding-right: 80px;

View File

@ -272,9 +272,11 @@ body {
height: 100%;
z-index: 1;
cursor: pointer;
flex: 1;
&.pitch {
color: #000000;
width: 474px;
flex: none;
&.item-left {
padding-right: 80px;
}