Skip to content

Commit d732a8c

Browse files
committed
chore: modify tag story
1 parent af2bc25 commit d732a8c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

stories/tag/basic.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ export default class TagBasicComponent {
9797
* 是否为圆角
9898
*/
9999
@Input()
100-
round = true;
100+
round = false;
101101

102102
/**
103103
* hover是下划线

stories/tag/basic.stories.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export const Basic: Story = {
2727
size: 'medium',
2828
closeable: false,
2929
invalid: false,
30-
round: true,
30+
round: false,
3131
allowClick: false,
3232
},
3333
parameters: {

stories/tag/tag.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ import * as icon from './icon.stories';
4949
| size | ComponentSize | ComponentSize.Medium | 标签大小 |
5050
| color | string | - | 自定义颜色, `'BORDER_COLOR[,BACKGOUNRD_COLOR]'` |
5151
| border | boolean | false | 是否添加边框 |
52-
| round | boolean | true | 是否为圆角 |
52+
| round | boolean | false | 是否为圆角 |
5353
| closeable | boolean | false | 是否可以关闭 |
5454
| solid | boolean | false | 是否为实心 |
5555
| invalid | boolean | false | 是否无效 |

0 commit comments

Comments
 (0)