瀏覽代碼

直播测试

李富豪 1 年之前
父節點
當前提交
aa7940f7a5
共有 1 個文件被更改,包括 7 次插入6 次删除
  1. 7 6
      Web/src/pages/page-web/projects/tsa.vue

+ 7 - 6
Web/src/pages/page-web/projects/tsa.vue

@@ -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>