Lou
2023-11-25 ce21b378de4b5a075da8295404d2fdb3b2e3a22a
subPackage/workbench/views/report.vue
@@ -28,7 +28,7 @@
            </view>
            <view class="item-row flex a-i-c j-c-s-b">
               <text class="f-28">地址</text>
               <text class="f-28 c-66">{{ item.addressName }}</text>
               <text class="address f-28 c-66">{{ item.addressName }}</text>
            </view>
         </view>
      </view>
@@ -190,9 +190,8 @@
      .item-row {
         padding: 10rpx 0;
         .address {
            width: 65%;
            width: 75%;
         }
      }
   }