Commit 9ab57e5ee9df88f622565fa21590be1bb931a478
1 parent
89cfa265
Exists in
master
and in
1 other branch
fix: 通知
Showing
1 changed file
with
6 additions
and
0 deletions
Show diff stats
pages/order/add.vue
| 1 | <template> | 1 | <template> |
| 2 | <Page name="order-add" flank> | 2 | <Page name="order-add" flank> |
| 3 | + <template #header> | ||
| 4 | + <u-alert type="warning" description="重要通知:自8月13日起,平台服务费率统一调整为8.3%!"></u-alert> | ||
| 5 | + </template> | ||
| 3 | <template #content> | 6 | <template #content> |
| 4 | <u-form :model="form" ref="uForm" labelWidth="100"> | 7 | <u-form :model="form" ref="uForm" labelWidth="100"> |
| 5 | <view class="card"> | 8 | <view class="card"> |
| @@ -697,6 +700,9 @@ export default { | @@ -697,6 +700,9 @@ export default { | ||
| 697 | </script> | 700 | </script> |
| 698 | <style lang="scss"> | 701 | <style lang="scss"> |
| 699 | .page-order-add { | 702 | .page-order-add { |
| 703 | + &__header { | ||
| 704 | + padding: 0 !important; | ||
| 705 | + } | ||
| 700 | &__footer { | 706 | &__footer { |
| 701 | background: $color-white; | 707 | background: $color-white; |
| 702 | } | 708 | } |