修改在线状态样式

feasure
lld 2026-03-08 18:28:03 +08:00
parent c69c033703
commit 55c4f454cf
1 changed files with 1 additions and 1 deletions

View File

@ -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