Skip to content

Commit

Permalink
fix(rla-form): add space between vfgs in rla form
Browse files Browse the repository at this point in the history
  • Loading branch information
TT1228 committed Nov 21, 2024
1 parent 1c7f4e4 commit d10d5ae
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/core/forms/src/components/forms/RLAForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@
</KCard>

<VueFormGenerator
:class="{ 'rla-last-vfg': formModel['config-strategy'] !== 'redis' }"
:model="formModel"
:options="formOptions"
:schema="advancedSchema.afterStrategy"
Expand Down Expand Up @@ -635,4 +636,8 @@ const removeRequestLimit = (index: number) => {
.rla-form-redis-card {
margin: $kui-space-50 0;
}
.rla-last-vfg {
margin-top: $kui-space-80;
}
</style>

0 comments on commit d10d5ae

Please sign in to comment.