|
|
@@ -96,7 +96,7 @@
|
|
|
style="width: 18px; height: 16px; text-align: center;">
|
|
|
<span :style="hmsInfo[dock.sn].length > 99 ? 'font-size: 11px' : 'font-size: 12px'">{{
|
|
|
hmsInfo[dock.sn].length
|
|
|
- }}</span>
|
|
|
+ }}</span>
|
|
|
<span class="fz10">{{ hmsInfo[dock.sn].length > 99 ? '+' : '' }}</span>
|
|
|
</div>
|
|
|
<a-popover trigger="click" placement="bottom" color="black"
|
|
|
@@ -226,11 +226,12 @@
|
|
|
</a-collapse>
|
|
|
</div>
|
|
|
<div style="width: 100%;padding-top: 10px; display: flex;justify-content: center;align-items: center;">
|
|
|
- <a-tooltip title="返回" placement="right">
|
|
|
- <a-button type="primary" @click="onClickGoHome">
|
|
|
- <ImportOutlined style="font-size: 22px; color: white" />
|
|
|
- </a-button>
|
|
|
- </a-tooltip>
|
|
|
+ <a-button style="margin-right: 10px;" type="primary" @click="onClickGoHome">
|
|
|
+ 返回
|
|
|
+ </a-button>
|
|
|
+ <a-button type="primary" @click="openLivestreamOthers">
|
|
|
+ 直播测试
|
|
|
+ </a-button>
|
|
|
</div>
|
|
|
</div>
|
|
|
</template>
|