点位管理呼叫管理
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
<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>
|
||||
@@ -158,6 +159,8 @@
|
||||
|
||||
<style lang="stylus">
|
||||
@import '../../common/style/mixin.styl';
|
||||
.zd_wrapper
|
||||
padding 0 7rpx
|
||||
.zd_content
|
||||
padding-bottom 152rpx
|
||||
.locate_block
|
||||
@@ -165,8 +168,6 @@
|
||||
.locate_name
|
||||
position relative
|
||||
_wh(100%,48rpx)
|
||||
.title_1
|
||||
_font(32rpx,48rpx,#000,500)
|
||||
.open_icon
|
||||
position absolute
|
||||
right 0
|
||||
@@ -186,13 +187,13 @@
|
||||
_fj(flex-start,,,wrap)
|
||||
padding-bottom 10rpx
|
||||
.site_item
|
||||
_wh(calc(100% / 3),70rpx)
|
||||
_wh(calc(100% / 3),110rpx)
|
||||
padding 5rpx 10rpx
|
||||
overflow hidden
|
||||
_fj(center)
|
||||
.site_item_box
|
||||
_wh(100%, 100%)
|
||||
padding 10rpx 0
|
||||
padding 10rpx
|
||||
background-color rgb(220, 223, 230)
|
||||
border-radius 10rpx
|
||||
.title_locate
|
||||
@@ -200,7 +201,7 @@
|
||||
_font(30rpx,40rpx,#333,bold)
|
||||
font-style italic
|
||||
.title_1
|
||||
_wh(100%, 100%)
|
||||
_wh(100%, 60%)
|
||||
_fj(center)
|
||||
overflow hidden
|
||||
_font(28rpx,28rpx,#303133,500, center)
|
||||
@@ -210,6 +211,7 @@
|
||||
overflow hidden
|
||||
_font(24rpx,24rpx,#303133,500, center)
|
||||
opacity .69
|
||||
white-space: nowrap
|
||||
.submit-bar
|
||||
justify-content space-between
|
||||
padding 10rpx
|
||||
|
||||
Reference in New Issue
Block a user