Commit a68c6341 authored by Facius's avatar Facius

improve: 订单列表加载中位置居中

parent 1ce37313
......@@ -508,6 +508,7 @@ export default {
align-items: center;
justify-content: center;
top: 50%;
left: 0;
position: fixed;
}
}
......
......@@ -218,6 +218,7 @@ export default {
display: flex;
align-items: center;
justify-content: center;
left: 0;
margin-top: 300rpx;
position: absolute;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment