Skip to content

Commit

Permalink
fix: 调整状态管理间距
Browse files Browse the repository at this point in the history
  • Loading branch information
lichunn committed Oct 28, 2024
1 parent 0d15eaa commit ebc7305
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/plugins/state/src/CreateVariable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -419,14 +419,11 @@ export default {
right: 4px;
}
.var {
padding: 12px;
padding: 12px 12px 0 12px;
}
.var-type-item {
padding: 0 12px;
}
.tiny-form-item:first-child {
padding-bottom: 12px;
}
.tiny-form-item:not(:last-child) {
margin-bottom: 12px;
}
Expand All @@ -443,6 +440,9 @@ export default {
padding: 0 12px;
.tiny-collapse-item__content {
padding: 0;
.tiny-form-item:first-child {
padding-bottom: 12px;
}
}
}
}
Expand Down

0 comments on commit ebc7305

Please sign in to comment.