修改在线状态样式
parent
c69c033703
commit
55c4f454cf
|
|
@ -34,7 +34,7 @@
|
|||
<template v-slot:right>
|
||||
<view>
|
||||
<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>
|
||||
</template>
|
||||
<scroll-view
|
||||
|
|
|
|||
Loading…
Reference in New Issue