From d970a443ce10a94c532771b693459678ae6a2be9 Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Thu, 28 Apr 2022 10:50:36 +0800 Subject: [PATCH] 29266 --- packages/IntelligentSecurity/components/Synergy.vue | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages/IntelligentSecurity/components/Synergy.vue b/packages/IntelligentSecurity/components/Synergy.vue index 256eb942..dd0a8e9c 100644 --- a/packages/IntelligentSecurity/components/Synergy.vue +++ b/packages/IntelligentSecurity/components/Synergy.vue @@ -50,6 +50,7 @@ 通道{{ index + 1 }} + @@ -416,11 +417,22 @@ color: #FFFFFF; .playback-item { + position: relative; display: flex; align-items: center; width: 100%; margin-bottom: 4px; + i { + position: absolute; + top: 50%; + z-index: 1; + width: 2px; + height: 12px; + background: #FFC916; + transform: translateY(-50%); + } + &:last-child { margin-bottom: 0; }