diff options
-rw-r--r-- | src-vue/src/App.vue | 1 | ||||
-rw-r--r-- | src-vue/src/components/NotificationButton.vue | 4 | ||||
-rw-r--r-- | src-vue/src/style.css | 3 |
3 files changed, 4 insertions, 4 deletions
diff --git a/src-vue/src/App.vue b/src-vue/src/App.vue index 44e2c3e6..1b7ee91b 100644 --- a/src-vue/src/App.vue +++ b/src-vue/src/App.vue @@ -197,7 +197,6 @@ export default { } sup { - transform: translate(-10px, 5px) !important; border: none !important; } diff --git a/src-vue/src/components/NotificationButton.vue b/src-vue/src/components/NotificationButton.vue index 4945f8c7..3835032d 100644 --- a/src-vue/src/components/NotificationButton.vue +++ b/src-vue/src/components/NotificationButton.vue @@ -74,4 +74,8 @@ export default defineComponent({ .el-alert { margin: 5px 10px 5px 5px; } + +.el-badge:deep(sup) { + transform: translate(-10px, 5px) !important; +} </style> diff --git a/src-vue/src/style.css b/src-vue/src/style.css index e5c66328..d322a0dd 100644 --- a/src-vue/src/style.css +++ b/src-vue/src/style.css @@ -47,9 +47,6 @@ body { margin: 30px 15px; } -.el-popper { - width: 200px !important; -} .fc_popper { width: auto !important; } |