Skip to content

Commit

Permalink
fix: tooltip #555
Browse files Browse the repository at this point in the history
  • Loading branch information
kokoroli committed Nov 30, 2019
1 parent 2c72fdd commit 9b7a067
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/NoticeIcon/NoticeIcon.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 9b7a067

Please sign in to comment.