diff --git a/.changeset/five-mails-beg.md b/.changeset/five-mails-beg.md new file mode 100644 index 000000000..dec8fc461 --- /dev/null +++ b/.changeset/five-mails-beg.md @@ -0,0 +1,5 @@ +--- +"@hi-ui/notification": patch +--- + +调整通知组件过度样式触发滚动条 diff --git a/packages/ui/notification/src/styles/notification.scss b/packages/ui/notification/src/styles/notification.scss index 332d8e5a0..a62049682 100644 --- a/packages/ui/notification/src/styles/notification.scss +++ b/packages/ui/notification/src/styles/notification.scss @@ -4,6 +4,7 @@ $prefix: '#{$component-prefix}-notification' !default; .#{$prefix}-manager { margin-top: 6px; + overflow-x: hidden; overflow-y: auto; bottom: 0; }