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%; height: 100%;
z-index: 1; z-index: 1;
cursor: pointer; cursor: pointer;
flex: 1;
} }
.my-project .my-box .head .item.pitch { .my-project .my-box .head .item.pitch {
color: #000000; color: #000000;
width: 474px; width: 474px;
flex: none;
} }
.my-project .my-box .head .item.pitch.item-left { .my-project .my-box .head .item.pitch.item-left {
padding-right: 80px; padding-right: 80px;

View File

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