File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -245,12 +245,15 @@ class="inline-flex text-xs"
245
245
</tbody >
246
246
</table >
247
247
<div v-if =" docs[{{ $index } } ]['docBlock']" class =" border-2 mr-4 mt-4 p-4 rounded text-sm" >
248
- <h3 class =" font-bold" >LRD Docs</h3 >
249
- <vue-markdown >{!! $doc [' docBlock' ] ! !} </vue-markdown >
248
+ <h3 class =" font-bold" >Description</h3 >
249
+ <hr >
250
+ <vue-markdown class =" mt-2" >{!! $doc [' docBlock' ] ! !} </vue-markdown >
250
251
</div >
251
- <br >
252
252
@if (! empty ($doc [' rules' ]) )
253
- <table class =" table-fixed align-left text-sm mt-5" >
253
+ <div class =" border-2 mr-4 mt-4 p-4 rounded text-sm" >
254
+ <h3 class =" font-bold" >Attributes</h3 >
255
+ <hr >
256
+ <table class =" table-fixed align-left text-sm mt-3" >
254
257
<thead class =" border" >
255
258
<tr class =" border" >
256
259
<th class =" border border-gray-300 pl-2 pr-16 pt-1 pb-1 w-min text-left bg-gray-200" >No.</th >
@@ -333,6 +336,7 @@ class="inline-flex text-xs"
333
336
@endforeach
334
337
</tbody >
335
338
</table >
339
+ </div >
336
340
@endif
337
341
<button
338
342
class =" hover:bg-red-500 font-semibold hover:text-white mt-2 pl-5 pr-5 border-gray-700 hover:border-transparent shadow-inner border-2 rounded-full"
You can’t perform that action at this time.
0 commit comments