This commit is contained in:
2025-06-18 18:03:32 +08:00
parent 3f5b1a08bd
commit a9d651822a
7 changed files with 206 additions and 367 deletions

View File

@@ -18,7 +18,6 @@
<view class="site_item" v-for="(el, i) in e.pointArr" :key="i">
<view class="site_item_box" :class="['bggray', 'bggreen'][Number(el.status)]" @click="setcode(el)">
<text class="title_1">{{el.device_name}}</text>
<text class="title_2">来源:{{el.source_device}}</text>
</view>
</view>
</view>
@@ -201,7 +200,7 @@
_font(30rpx,40rpx,#333,bold)
font-style italic
.title_1
_wh(100%, 60%)
_wh(100%, 100%)
_fj(center)
overflow hidden
_font(28rpx,28rpx,#303133,500, center)