Skip to content

Commit 47956eb

Browse files
committed
fix: fix cr
1 parent 1e1be7c commit 47956eb

File tree

4 files changed

+157
-7
lines changed

4 files changed

+157
-7
lines changed

src/_common

src/badge/_example/theme.tsx

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,18 @@ export default function ThemeBadge() {
2929
<div className="summary" style={{ marginBottom: '16px' }}>
3030
角标
3131
</div>
32-
<Cell title="单行标题" note={<Badge count="NEW" offset={[0, 0]} shape="ribbon" />}></Cell>
32+
<Cell title="单行标题" note={<Badge count="NEW" offset={[0, 0]} shape="ribbon-left" />}></Cell>
33+
<Cell title="单行标题" bordered={false} note={<Badge count="NEW" offset={[0, 0]} shape="ribbon" />}></Cell>
3334

3435
<div className="summary" style={{ marginBottom: '16px' }}>
3536
三角角标
3637
</div>
37-
<Cell title="单行标题" note={<Badge count="NEW" offset={[0, 0]} shape="triangle-right" />}></Cell>
38+
<Cell title="单行标题" note={<Badge count="NEW" offset={[0, 0]} shape="triangle-left" />}></Cell>
39+
<Cell
40+
title="单行标题"
41+
bordered={false}
42+
note={<Badge count="NEW" offset={[0, 0]} shape="triangle-right" />}
43+
></Cell>
3844
</>
3945
);
4046
}

0 commit comments

Comments
 (0)