|
|
|
@ -5,7 +5,7 @@
|
|
|
|
|
@section bread{
|
|
|
|
|
<li class="breadcrumb-item"><a href="@Url.Action("Product","Home",new { number=Model})">产品</a></li>
|
|
|
|
|
}
|
|
|
|
|
<div id="template" debug="12021250">
|
|
|
|
|
<div id="template" debug="12021250">
|
|
|
|
|
<style>
|
|
|
|
|
h3 img {
|
|
|
|
|
height: 32px;
|
|
|
|
@ -160,8 +160,6 @@
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!--命令-->
|
|
|
|
|
<div class="row" v-if="model.Commands.length">
|
|
|
|
|
<div class="col-md-12">
|
|
|
|
@ -192,7 +190,7 @@
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div style="max-width:100%;max-height:50%;margin:0;padding:0;background:#000;">
|
|
|
|
|
<video id="liveVideo" class="video" controls autoplay style="width:100%;max-width:100%;height:100%;"></video>
|
|
|
|
|
<video id="liveVideo" class="video" controls autoplay style="width:100%;max-width:100%;height:100%;" v-on:volumechange="VolumeChange($event)"></video>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|