修改在线状态样式
parent
c69c033703
commit
55c4f454cf
|
|
@ -34,7 +34,7 @@
|
||||||
<template v-slot:right>
|
<template v-slot:right>
|
||||||
<view>
|
<view>
|
||||||
<text style="color: #f64040">{{ dataDetails.online }} 在线 </text>
|
<text style="color: #f64040">{{ dataDetails.online }} 在线 </text>
|
||||||
<text style="color: #2d56d8"> {{ dataDetails.offline }} 离线</text>
|
<text style="color: #2d56d8;margin-left: 10rpx">{{ dataDetails.offline }} 离线</text>
|
||||||
</view>
|
</view>
|
||||||
</template>
|
</template>
|
||||||
<scroll-view
|
<scroll-view
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue