소스 검색

fix: tooltip #555

kokoroli 5 년 전
부모
커밋
9b7a067265
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/components/NoticeIcon/NoticeIcon.vue

+ 1 - 1
src/components/NoticeIcon/NoticeIcon.vue

@@ -40,7 +40,7 @@
         </a-tabs>
       </a-spin>
     </template>
-    <span @click="fetchNotice" class="header-notice" ref="noticeRef">
+    <span @click="fetchNotice" class="header-notice" ref="noticeRef" style="padding: 0 18px">
       <a-badge count="12">
         <a-icon style="font-size: 16px; padding: 4px" type="bell" />
       </a-badge>