no message

This commit is contained in:
DESKTOP-RQ919RC\Pc 2025-03-26 12:26:15 +08:00
parent cb76d9761b
commit 7bbda9d848
2 changed files with 3 additions and 2 deletions

View File

@ -592,7 +592,7 @@
border: 1px solid #ebebeb;
border-radius: 12px;
background-color: #fff;
width: 328px;
width: calc(50% - 5px);
padding-top: 18px;
margin-bottom: 20px;
}

View File

@ -685,7 +685,8 @@
border: 1px solid rgba(235, 235, 235, 1);
border-radius: 12px;
background-color: #fff;
width: 328px;
// width: 328px;
width: calc(50% - 5px);
padding-top: 18px;
margin-bottom: 20px;