Skip to content

Commit

Permalink
fix: Modify review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
xuanlid committed Dec 9, 2024
1 parent b444477 commit 0024e77
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions packages/theme/base/src/component-common.less
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,12 @@
color: var(--te-common-text-secondary);
padding: 0;
margin-top: 16px;
.tiny-form-item.is-text.is-no-asterisk.tiny-form-item--default {
margin-bottom: 12px;
&:last-of-type {
margin-bottom: 0px;
}
}
}
.tiny-dialog-box__footer {
margin-top: 16px;
Expand Down Expand Up @@ -738,9 +744,6 @@
}
.tiny-form-item.is-text.is-no-asterisk.tiny-form-item--default {
margin-bottom: 12px;
&:last-of-type {
margin-bottom: 0px;
}
}
.tiny-form-item__error--block {
padding-top: 4px;
Expand Down

0 comments on commit 0024e77

Please sign in to comment.