fix location margin
This commit is contained in:
@ -1,7 +1,3 @@
|
|||||||
.custom-navbar {
|
|
||||||
// 导航栏样式
|
|
||||||
}
|
|
||||||
|
|
||||||
.more-menu {
|
.more-menu {
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
@ -67,6 +63,7 @@
|
|||||||
.location {
|
.location {
|
||||||
gap: 6rpx;
|
gap: 6rpx;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
margin-top: 16rpx;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: flex-end;
|
justify-content: flex-end;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user