no message

This commit is contained in:
DESKTOP-RQ919RC\Pc 2025-04-02 12:09:08 +08:00
parent 45a4e13137
commit 5acf388322
2 changed files with 11 additions and 0 deletions

View File

@ -200,6 +200,11 @@
color: #7f7f7f;
line-height: 20px;
}
.boxbox .content .content-left .empty-box {
flex-direction: column;
height: 100%;
color: #7F7F7F;
}
.boxbox .content .screen-box {
width: 360px;
background-color: #fff;

View File

@ -235,6 +235,12 @@
// }
}
}
.empty-box {
flex-direction: column;
height: 100%;
color: #7F7F7F;
}
}
.screen-box {