Browse Source

修改样式

hella_online_20240829
lijuncheng 3 months ago
parent
commit
22bdd6088f
  1. 6
      src/pages/query/location.vue

6
src/pages/query/location.vue

@ -1,12 +1,12 @@
<template>
<!-- <page-meta root-font-size="18px"></page-meta> -->
<view class="">
<view class="" style=" width: 100%; position: fixed; top: 20rpx;right: 0;">
<view class="uni-flex" style="flex-direction: column" >
<view class="" style=" width: 100%; position: fixed; top: 0;right: 0;">
<com-blank-view @goScan='openScanPopup' v-if="locationCode==''"></com-blank-view>
<location-info :locationDetail='locationDetail' v-if="locationCode"></location-info>
<z-tabs v-if="locationCode" :list="tabList" @change="tabChange" />
</view>
<view style="margin-top: 200rpx;width:100%">
<view style="padding-top: 200rpx;width:100%">
<view v-if="totalCount>0" style="margin:10rpx; font-size:35rpx; font-weight:bold">总数 : {{totalCount}} </view>
<view v-for="(item, index) in dataList" style="width:100%">
<view class="uni-flex uni-row" style=" align-items: center; background-color: #fff; border-radius:10rpx;margin:10rpx; " >

Loading…
Cancel
Save