Browse Source

UI样式

hella_online_20240829
wangyufei 2 months ago
parent
commit
f3f9c2207c
  1. 6
      src/pages/fg/receiptByPlan.vue

6
src/pages/fg/receiptByPlan.vue

@ -1,7 +1,7 @@
<template>
<view class="page-wraper" style="background-color: #fff;">
<view class="header">
<view class="header" >
<view class="">
<com-blank-view @goScan='openFg' v-if="!dataContent"></com-blank-view>
</view>
@ -56,7 +56,7 @@
</view>
<view style="margin-top: 450rpx; padding-bottom: 160rpx;" v-if="dataContent">
<view style="padding-bottom: 160rpx;" v-if="dataContent">
<scroll-view scroll-y="true" class="">
<view class="scan_view" v-for="(item, index) in showList" :key="index">
<uni-swipe-action>
@ -76,7 +76,7 @@
</scroll-view>
<uni-load-more :status="loadingType" v-if="showList.length>0" />
</view>
<view class="page-footer" v-if="dataContent">
<view class="page-footer" style="position: fixed;bottom: 0;width:100%" v-if="dataContent">
<view class="uni-flex u-col-center space-between " style="background-color:ghostwhite; width: 100%; ">
<view class="">
<view class="uni-flex uni-row">

Loading…
Cancel
Save