no message

This commit is contained in:
wangdongbo 2026-02-04 18:50:20 +08:00
parent 50702f80e6
commit cf0274ddd4
2 changed files with 6 additions and 2 deletions

View File

@ -10,7 +10,7 @@ $primary-color: #0877F1;
top: 0; top: 0;
left: 0; left: 0;
right: 0; right: 0;
bottom: 0; bottom: 20rpx;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
background-color: #f5f5f5; background-color: #f5f5f5;

View File

@ -627,10 +627,14 @@ $primary-gradient-start: #1b5cc8;
$primary-gradient-end: #0877f1; $primary-gradient-end: #0877f1;
.common-phrases-page { .common-phrases-page {
height: 100vh;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
background-color: #f5f5f5; background-color: #f5f5f5;
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 20rpx;
} }
// //