style: 车站卡片文字排版
This commit is contained in:
@@ -135,9 +135,9 @@ const onSelectDropdownOption = (key: string, option: DropdownOption) => {
|
||||
|
||||
<NFlex justify="flex-end" align="center" :size="2">
|
||||
<div>
|
||||
<span :style="{ color: onlineDeviceCount > 0 ? themeVars.successColor : '' }">在线{{ onlineDeviceCount }}台</span>
|
||||
<span :style="{ color: onlineDeviceCount > 0 ? themeVars.successColor : '' }">在线 {{ onlineDeviceCount }} 台</span>
|
||||
<span> · </span>
|
||||
<span :style="{ color: offlineDeviceCount > 0 ? themeVars.errorColor : '' }">离线 {{ offlineDeviceCount }}台</span>
|
||||
<span :style="{ color: offlineDeviceCount > 0 ? themeVars.errorColor : '' }">离线 {{ offlineDeviceCount }} 台</span>
|
||||
</div>
|
||||
<!-- 占位按钮,对齐布局 -->
|
||||
<NButton quaternary size="tiny" :focusable="false" style="visibility: hidden">
|
||||
|
||||
Reference in New Issue
Block a user