@@ -109,9 +109,10 @@
}
.pcTitle {
- flex: 1;
- width: auto;
- margin-left: auto;
+ position: absolute;
+ left: 50%;
+ top: 50%;
+ transform: translate(-50%, -50%);
.van-notice-bar__wrap {
justify-content: center;
@@ -4,7 +4,7 @@
display: flex;
justify-content: space-evenly;
align-items: center;
- padding: 0 10px 6px 10px;
+ padding: 0 10px 4px 10px;
overflow: hidden;