From af7344df96145370c9b919e6beb8f819f190f781 Mon Sep 17 00:00:00 2001 From: jiangping <jp@doumee.com> Date: 星期一, 30 九月 2024 17:04:47 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- screen/src/views/PlatformCall.vue | 13 ++++++++++--- 1 files changed, 10 insertions(+), 3 deletions(-) diff --git a/screen/src/views/PlatformCall.vue b/screen/src/views/PlatformCall.vue index cc73a73..9d2a827 100644 --- a/screen/src/views/PlatformCall.vue +++ b/screen/src/views/PlatformCall.vue @@ -172,8 +172,11 @@ padding: item.status == 2 || item.status == 3, }" class="status">{{ statusMap[item.status] }}</div> </div> - <div class="item">{{ item.platformName }}</div> - <div class="item">{{ item.optTimeTemp }}</div> + <div class="item">{{ item.platformName || '-' }}</div> + <div class="item"> + <div class="time_place">棰勮瀹屾垚鏃堕棿</div> + <div>{{ item.optTimeTemp || '-' }}</div> + </div> </div> </div> <div class="current"> @@ -300,10 +303,14 @@ display: flex; justify-content: center; align-items: center; + flex-direction: column; font-weight: 500; font-size: 36px; flex: 10; - + .time_place{ + font-weight: 500; + font-size: 24px; + } .status { width: 174px; height: 76px; -- Gitblit v1.9.3