fix(table): fix table search criteria collapse failure

This commit is contained in:
vben
2020-11-01 01:07:41 +08:00
parent da4aea1399
commit 84b8302c09
9 changed files with 58 additions and 52 deletions

View File

@@ -145,6 +145,7 @@ export default defineComponent({
<Badge
count={errorStore.getErrorListCountState}
offset={[0, 10]}
dot
overflowCount={99}
>
{() => (

View File

@@ -1,7 +1,7 @@
<template>
<div class="layout-header__action-item notify-action">
<Popover title="" trigger="click">
<Badge :count="count" :numberStyle="numberStyle">
<Badge :count="count" dot :numberStyle="numberStyle">
<BellOutlined class="layout-header__action-icon" />
</Badge>
<template #content>
@@ -56,7 +56,7 @@
.ant-badge-multiple-words {
padding: 0 4px;
transform: translate(26%, -40%);
// transform: translate(26%, -40%);
}
svg {