Skip to content

Commit

Permalink
fix: tiny-modal footer button del custom style
Browse files Browse the repository at this point in the history
1. tiny-modal 组件底部按钮取消自定义 display flex 和 row-reverse 样式
  • Loading branch information
chilingling committed Jan 9, 2025
1 parent 8f24c08 commit dbfec19
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/theme/base/src/component-common.less
Original file line number Diff line number Diff line change
Expand Up @@ -461,8 +461,6 @@
.tiny-modal__footer {
padding: 0;
margin-top: 16px;
display: flex;
flex-direction: row-reverse;
.tiny-button {
min-width: 48px;
}
Expand Down

0 comments on commit dbfec19

Please sign in to comment.