瀏覽代碼

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>