Browse Source

no message

devlop
xpz2018 3 years ago
parent
commit
5523805b5c
1 changed files with 2 additions and 2 deletions
  1. 4
      pages/device-production-info/index.vue

4
pages/device-production-info/index.vue

@ -28,8 +28,8 @@
<view class="flex-row-start-space" style="color: #999999;padding: 6rpx 24rpx;font-size: 24rpx;">
<text>最近开机{{ info.latelyBootTime }}</text>
<view class="flex-row-start-center">
<uni-icons type="location" color="#999999" size="16"></uni-icons>
<text style="padding-top: 4rpx;">{{ info.position }}</text>
<uni-icons type="location" color="#999999" size="18"></uni-icons>
<text>{{ info.position }}</text>
</view>
</view>
<view class="flex-col line-tabs">

Loading…
Cancel
Save