Commit 2347e509700b70812ee2a28f37edb06a8d65be9f

Authored by lxf
1 parent 9ab57e5e

fix: 通知-none

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