Merge branch 'feature/orderlist' into 'release/5.7'
没有订单的样式 See merge request !582
Showing
1 changed file
with
1 additions
and
3 deletions
@@ -180,12 +180,10 @@ | @@ -180,12 +180,10 @@ | ||
180 | } | 180 | } |
181 | 181 | ||
182 | .no-order { | 182 | .no-order { |
183 | - position: fixed; | ||
184 | background: #fff; | 183 | background: #fff; |
185 | text-align: center; | 184 | text-align: center; |
186 | - top: 50%; | ||
187 | - margin-top: -220px; | ||
188 | width: 100%; | 185 | width: 100%; |
186 | + padding-top: 40px; | ||
189 | 187 | ||
190 | .icon { | 188 | .icon { |
191 | width: 153px; | 189 | width: 153px; |
-
Please register or login to post a comment