style(Dialog): add message min-height (#7191)

This commit is contained in:
neverland
2020-09-17 10:58:40 +08:00
committed by GitHub
parent 35f7e818e2
commit 5debc352ff
3 changed files with 20 additions and 3 deletions
+1 -1
View File
@@ -187,7 +187,7 @@ export default createComponent({
};
return (
<div class={bem('content')}>
<div class={bem('content', { isolated: !hasTitle })}>
<div {...data} />
</div>
);