Browse Source

最新

master
xiaobo 5 months ago
parent
commit
4647ca9f58
5 changed files with 4 additions and 5 deletions
  1. +0
    -1
      pages.json
  2. +1
    -1
      pages_my/activeList.vue
  3. +1
    -1
      pages_my/collection.vue
  4. +1
    -1
      pages_my/travelList.vue
  5. +1
    -1
      pages_order/invoiceIssuance.vue

+ 0
- 1
pages.json View File

@ -89,7 +89,6 @@
{ {
"path": "invoiceRecords", "path": "invoiceRecords",
"style": { "style": {
"enablePullDownRefresh": true,
"navigationStyle": "custom" , "navigationStyle": "custom" ,
"navigationBarTextStyle": "white" "navigationBarTextStyle": "white"
} }


+ 1
- 1
pages_my/activeList.vue View File

@ -214,7 +214,7 @@
} }
.travelList { .travelList {
margin-bottom: 500rpx;
// margin-bottom: 500rpx;
.content { .content {
.info { .info {


+ 1
- 1
pages_my/collection.vue View File

@ -67,7 +67,7 @@
</script> </script>
<style scoped lang="scss"> <style scoped lang="scss">
.invoiceIssuance { .invoiceIssuance {
margin-bottom: 500rpx;
// margin-bottom: 500rpx;
.content { .content {
.info { .info {


+ 1
- 1
pages_my/travelList.vue View File

@ -208,7 +208,7 @@
} }
} }
.travelList { .travelList {
margin-bottom: 500rpx;
// margin-bottom: 500rpx;
.content { .content {
.info { .info {


+ 1
- 1
pages_order/invoiceIssuance.vue View File

@ -79,7 +79,7 @@
</script> </script>
<style scoped lang="scss"> <style scoped lang="scss">
.invoiceIssuance { .invoiceIssuance {
margin-bottom: 500rpx;
// margin-bottom: 500rpx;
.content { .content {
.info { .info {
margin: 10rpx 32rpx 0rpx;; margin: 10rpx 32rpx 0rpx;;


Loading…
Cancel
Save