From 19c028e4292283ebdfae0cf436f23fd00a47eb56 Mon Sep 17 00:00:00 2001 From: heyujie <516346543@qq.com> Date: 星期六, 18 九月 2021 16:31:54 +0800 Subject: [PATCH] Merge branch 'bhomebus' of http://192.168.5.5:10010/r/vue-smart-ai into bhomebus --- src/components/subComponents/ModelCard.vue | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/components/subComponents/ModelCard.vue b/src/components/subComponents/ModelCard.vue index 2b378cd..57c13f0 100644 --- a/src/components/subComponents/ModelCard.vue +++ b/src/components/subComponents/ModelCard.vue @@ -75,11 +75,12 @@ </p> <p class="align-right"> <span - class="fontStyleForModel camera-addr" + class="fontStyleForModel text-overflow" :title="data.cameraAddr" >{{ data.cameraAddr }}</span> <span - class="fontStyleForModel analyServer" + class="fontStyleForModel text-overflow" + :title="data.cameraAddr" style="margin-left:20px;" >{{ data.analyServerName }}</span> </p> @@ -520,7 +521,7 @@ p { &.align-right { text-align: right; - .camera-addr { + .text-overflow { display: inline-block; vertical-align: top; width: 90px; -- Gitblit v1.8.0