Skip to content

Commit

Permalink
fix: del default button margin-right style
Browse files Browse the repository at this point in the history
1. 删除默认按钮的 margin-right:8px 样式
  • Loading branch information
chilingling committed Jan 9, 2025
1 parent dbfec19 commit d298f85
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/theme/base/src/component-common.less
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,6 @@
border: 1px solid var(--te-common-border-default);
color: var(--te-common-text-primary);
background-color: var(--te-common-bg-default);
margin-right: 8px;
&:not(.is-disabled):hover {
color: var(--te-common-text-primary);
border-color: var(--te-common-border-hover);
Expand Down

0 comments on commit d298f85

Please sign in to comment.