no message
This commit is contained in:
parent
50702f80e6
commit
cf0274ddd4
@ -10,7 +10,7 @@ $primary-color: #0877F1;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
bottom: 20rpx;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
background-color: #f5f5f5;
|
||||
|
||||
@ -627,10 +627,14 @@ $primary-gradient-start: #1b5cc8;
|
||||
$primary-gradient-end: #0877f1;
|
||||
|
||||
.common-phrases-page {
|
||||
height: 100vh;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
background-color: #f5f5f5;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
right: 0;
|
||||
top: 0;
|
||||
bottom: 20rpx;
|
||||
}
|
||||
|
||||
// 自定义导航栏
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user