Commit bc4f2073582b21463510a789b8e8fb9c531c9a8f

Authored by lxf
1 parent 5452fe0a

fix: 支付计划

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
pages/me/index.vue
... ... @@ -226,6 +226,7 @@ export default {
226 226 }
227 227 &__list {
228 228 margin: $padding-md;
  229 + padding: 0 $padding-xs;
229 230 background: $color-white;
230 231 border-radius: $radius-md;
231 232 }
... ...