Browse Source

完善显示内容

caoyang 6 months ago
parent
commit
20f8f32b4c
2 changed files with 3 additions and 3 deletions
  1. 1 1
      src/views/safe/camera/CameraView.vue
  2. 2 2
      src/views/safe/wall/Player.vue

+ 1 - 1
src/views/safe/camera/CameraView.vue

@@ -9,7 +9,7 @@
     <b>{{memo}}地址:</b> {{playUrl}}
     <template #footer>
       <el-button type="primary" @click="play('res')"><Icon icon="fa-solid:video" /> 原画面</el-button>
-      <el-button type="success" @click="play('ai')"><Icon icon="fa-solid:video" /> AI画面</el-button>
+      <el-button type="success" @click="play('ai')"><Icon icon="ep:aim" /> AI画面</el-button>
       <el-button @click="close"><Icon icon="ep:close" />  关 闭</el-button>
     </template>
   </Dialog>

+ 2 - 2
src/views/safe/wall/Player.vue

@@ -1,8 +1,8 @@
 <template>
   <el-card>
     <template #header>{{title + '(' + memo + ')'}} 
-      <el-button type="primary" @click="play('res')" size="small"><Icon icon="fa-solid:video" /> 原画面</el-button>
-      <el-button type="success" @click="play('ai')" size="small"><Icon icon="fa-solid:video" /> AI画面</el-button>
+      <el-button type="primary" @click="play('res')" size="small" title="原画面"><Icon icon="fa-solid:video" /></el-button>
+      <el-button type="success" @click="play('ai')" size="small" title="AI画面"><Icon icon="ep:aim" /></el-button>
     </template>
     <video
       ref="videoPlayer"