Commit 2347e509700b70812ee2a28f37edb06a8d65be9f
1 parent
9ab57e5e
Exists in
master
and in
1 other branch
fix: 通知-none
Showing
1 changed file
with
0 additions
and
6 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> | ||
| 6 | <template #content> | 3 | <template #content> |
| 7 | <u-form :model="form" ref="uForm" labelWidth="100"> | 4 | <u-form :model="form" ref="uForm" labelWidth="100"> |
| 8 | <view class="card"> | 5 | <view class="card"> |
| @@ -700,9 +697,6 @@ export default { | @@ -700,9 +697,6 @@ export default { | ||
| 700 | </script> | 697 | </script> |
| 701 | <style lang="scss"> | 698 | <style lang="scss"> |
| 702 | .page-order-add { | 699 | .page-order-add { |
| 703 | - &__header { | ||
| 704 | - padding: 0 !important; | ||
| 705 | - } | ||
| 706 | &__footer { | 700 | &__footer { |
| 707 | background: $color-white; | 701 | background: $color-white; |
| 708 | } | 702 | } |