Commit 9ab57e5ee9df88f622565fa21590be1bb931a478

Authored by lxf
1 parent 89cfa265

fix: 通知

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