Skip to content

Commit 05ca49d

Browse files
committed
Update AutoViewForm.vue
1 parent f7f5c52 commit 05ca49d

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

src/components/AutoViewForm.vue

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,17 @@
4242
</div>
4343
</div>
4444
<div>
45-
<MarkupModel :value="model" />
45+
<MarkupModel
46+
:value="model"
47+
tableClass="w-full border-separate border-spacing-y-1"
48+
basicTrClass="group"
49+
basicThClass="py-1 px-4 text-left text-sm font-medium text-gray-700 dark:text-gray-300"
50+
basicTdClass="py-1 px-4 text-sm text-gray-900"
51+
complexTitleTrClass="group"
52+
complexTitleTdClass="py-1 px-4 font-semibold bg-indigo-600 dark:bg-indigo-700 text-white"
53+
complexBodyTrClass="group"
54+
complexBodyTdClass="py-1 px-4 bg-white dark:bg-gray-900"
55+
/>
4656
</div>
4757
</div>
4858
</div>

0 commit comments

Comments
 (0)