Lou
2023-12-25 d8243dc134e1be05711dfc08bdf8190a84d0761d
subPackage/workbench/views/audit.vue
@@ -18,7 +18,7 @@
            </view>
            <view class="item-row flex a-i-c j-c-s-b">
               <text class="f-28">地址</text>
               <text class="address f-28 c-66">{{i.addressName}}</text>
               <text class="address f-28 c-66">{{i.addressName || ""}}</text>
            </view>
         </view>
      </view>
@@ -178,6 +178,7 @@
         .address {
            width: 65%;
            text-align: right;
         }
      }
   }