Skip to content

Commit

Permalink
chore(p-dynamic-field): fix minor style (dict field) (#5672)
Browse files Browse the repository at this point in the history
Signed-off-by: samuel.park <[email protected]>
  • Loading branch information
piggggggggy authored Mar 4, 2025
1 parent 1f78acc commit 54199cf
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<span>
<span class="p-dynamic-field-dict">
<p-link v-if="options.link"
:href="options.link"
>
Expand Down Expand Up @@ -69,3 +69,8 @@ export default defineComponent<DictDynamicFieldProps>({
},
});
</script>
<style lang="postcss">
.p-dynamic-field-dict {
line-height: 2;
}
</style>

0 comments on commit 54199cf

Please sign in to comment.