@@ -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;