diff --git a/src/layout/components/NavHeader/Tickets.vue b/src/layout/components/NavHeader/Tickets.vue index 4c9d23888..aa9373fb1 100644 --- a/src/layout/components/NavHeader/Tickets.vue +++ b/src/layout/components/NavHeader/Tickets.vue @@ -1,7 +1,9 @@ @@ -40,4 +42,7 @@ export default { font-size: 13px; font-weight: 400 } +.el-badge ::v-deep .el-badge__content.is-fixed{ + top:10px; +}