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; }