修改顶部navigator样式

This commit is contained in:
2024-05-09 16:29:45 +08:00
parent 05853b819f
commit ada2d71136
5 changed files with 10 additions and 8 deletions

View File

@@ -1,7 +1,5 @@
/* pages/qrCode/index.wxss */
.wrapper {
width: 100vw;
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
@@ -22,7 +20,6 @@
.tenement {
display: flex;
align-items: center;
}
.name {
@@ -33,4 +30,5 @@
margin: 50rpx 40rpx;
display: flex;
justify-content: center;
margin-top: 10vh;
}