소스 검색

style: 修改view all图标

zhouyuhao 8 달 전
부모
커밋
e360aac8db
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/Layout/src/components/Header/components/NotificationDrawer.vue

+ 1 - 1
src/views/Layout/src/components/Header/components/NotificationDrawer.vue

@@ -110,7 +110,7 @@ const notificationListRef = ref<HTMLElement | null>(null)
               class="el-button--text"
               @click="handleViewAll"
             >
-              <span class="font_family icon-icon_confirm_b show-icon"></span>
+              <span class="font_family icon-icon_jumplink_b1 show-icon"></span>
               <span>View all</span>
             </el-button>
             <el-button