Procházet zdrojové kódy

fix: 新增按钮"观看统计"

furffico před 1 rokem
rodič
revize
c066fec99f

+ 0 - 4
src/assets/scss/custom.scss

@@ -12,10 +12,6 @@
 }
 
 .site-navbar {
-  .site-navbar__brand {
-    padding: 0 20px;
-  }
-
   .navbar-fold-icon {
     &.folded {
       rotate: 180deg;

+ 0 - 1
src/icons/svg/icon-arrowleft.svg

@@ -1 +0,0 @@
-<svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 448 512"><!--! Font Awesome Free 6.4.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M9.4 233.4c-12.5 12.5-12.5 32.8 0 45.3l160 160c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L109.2 288 416 288c17.7 0 32-14.3 32-32s-14.3-32-32-32l-306.7 0L214.6 118.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-160 160z"/></svg>

+ 1 - 0
src/icons/svg/icon-chartline.svg

@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 512 512"><!--! Font Awesome Free 6.4.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --><path d="M64 64c0-17.7-14.3-32-32-32S0 46.3 0 64V400c0 44.2 35.8 80 80 80H480c17.7 0 32-14.3 32-32s-14.3-32-32-32H80c-8.8 0-16-7.2-16-16V64zm406.6 86.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L320 210.7l-57.4-57.4c-12.5-12.5-32.8-12.5-45.3 0l-112 112c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L240 221.3l57.4 57.4c12.5 12.5 32.8 12.5 45.3 0l128-128z"/></svg>

+ 6 - 2
src/views/modules/liveroom/liveroomList-opbar.vue

@@ -1,20 +1,24 @@
 <template>
   <div class="icon-button">
     <el-button-group>
-      <el-tooltip effect="dark" content="直播间内用户" placement="top" :enterable="false">
+      <!--el-tooltip effect="dark" content="直播间内用户" placement="top" :enterable="false">
         <el-button type="success" size="small" disabled>
           <icon-svg name="user" /></el-button>
       </el-tooltip>
       <el-tooltip effect="dark" content="管理回放" placement="top" :enterable="false">
         <el-button type="warning" size="small" disabled>
           <icon-svg name="playback" /></el-button>
+      </el-tooltip-->
+      <el-tooltip effect="dark" content="观看统计" placement="top" :enterable="false">
+        <el-button type="info" size="small">
+          <icon-svg name="chartline" /></el-button>
       </el-tooltip>
       <el-tooltip effect="dark" content="商品库" placement="top" :enterable="false">
         <el-button type="primary" size="small" @click="navigateTo('liveroomProd')">
           <icon-svg name="product" /></el-button>
       </el-tooltip>
       <el-tooltip effect="dark" content="客户咨询" placement="top" :enterable="false">
-        <el-button type="primary" size="small" @click='navigateTo("liveroomConsults")'>
+        <el-button type="warning" size="small" @click='navigateTo("liveroomConsults")'>
           <icon-svg name="question" /></el-button>
       </el-tooltip>
       <el-tooltip effect="dark" content="商品跳转记录" placement="top" :enterable="false">