|
@@ -62,10 +62,14 @@ defineExpose({
|
|
|
<div
|
|
<div
|
|
|
class="body-row flex items-center w-full flex-nowrap not-last-of-type:border-b"
|
|
class="body-row flex items-center w-full flex-nowrap not-last-of-type:border-b"
|
|
|
>
|
|
>
|
|
|
- <div class="body-cell pt-2 pb-2 px-5 leading-[1.5rem] flex items-center flex-nowrap">
|
|
|
|
|
|
|
+ <div
|
|
|
|
|
+ class="body-cell pt-2 pb-2 px-5 leading-[1.5rem] flex items-center flex-nowrap"
|
|
|
|
|
+ >
|
|
|
{{ data.key }}
|
|
{{ data.key }}
|
|
|
</div>
|
|
</div>
|
|
|
- <div class="body-cell pt-2 pb-2 px-5 leading-[1.5rem] flex items-center flex-nowrap">
|
|
|
|
|
|
|
+ <div
|
|
|
|
|
+ class="body-cell pt-2 pb-2 px-5 leading-[1.5rem] flex items-center flex-nowrap"
|
|
|
|
|
+ >
|
|
|
<div class="flex-auto w-full">
|
|
<div class="flex-auto w-full">
|
|
|
<component
|
|
<component
|
|
|
:is="FieldComponent"
|
|
:is="FieldComponent"
|