29266
This commit is contained in:
@@ -50,6 +50,7 @@
|
|||||||
<span>通道{{ index + 1 }}</span>
|
<span>通道{{ index + 1 }}</span>
|
||||||
</el-checkbox>
|
</el-checkbox>
|
||||||
<PlaybackTime class="playback-item__timeline" :key="'PlaybackTime' + index" v-if="item.times.length" :deviceId="item.id" :times="item.times"></PlaybackTime>
|
<PlaybackTime class="playback-item__timeline" :key="'PlaybackTime' + index" v-if="item.times.length" :deviceId="item.id" :times="item.times"></PlaybackTime>
|
||||||
|
<i :style="{left: (x - 17) + 'px'}"></i>
|
||||||
</div>
|
</div>
|
||||||
</el-checkbox-group>
|
</el-checkbox-group>
|
||||||
</div>
|
</div>
|
||||||
@@ -416,11 +417,22 @@
|
|||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
|
|
||||||
.playback-item {
|
.playback-item {
|
||||||
|
position: relative;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin-bottom: 4px;
|
margin-bottom: 4px;
|
||||||
|
|
||||||
|
i {
|
||||||
|
position: absolute;
|
||||||
|
top: 50%;
|
||||||
|
z-index: 1;
|
||||||
|
width: 2px;
|
||||||
|
height: 12px;
|
||||||
|
background: #FFC916;
|
||||||
|
transform: translateY(-50%);
|
||||||
|
}
|
||||||
|
|
||||||
&:last-child {
|
&:last-child {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user