lex 2 years ago
parent
commit
ce4bd7228d
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/layout/components/AppMain.vue

+ 2 - 2
src/layout/components/AppMain.vue

@@ -66,7 +66,7 @@
 
     <div class="chart-join">
       <el-badge
-        :value="noReadNum"
+        :is-dot="noReadNum > 0 ? true : false"
         class="item"
         :max="99"
         :hidden="noReadNum <= 0"
@@ -569,4 +569,4 @@ export default {
 .el-image-viewer__close {
   display: none !important;
 }
-</style>
+</style>