More updates for IDAA style
This commit is contained in:
@@ -20,7 +20,12 @@ let { lq__archive_obj_li }: Props = $props();
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|
||||||
<section class="archive_list flex flex-col gap-2 items-center justify-center w-full">
|
<section
|
||||||
|
class="
|
||||||
|
archive_list
|
||||||
|
flex flex-col gap-2 items-center justify-center w-full
|
||||||
|
"
|
||||||
|
>
|
||||||
{#if $lq__archive_obj_li && $lq__archive_obj_li.length}
|
{#if $lq__archive_obj_li && $lq__archive_obj_li.length}
|
||||||
|
|
||||||
{#each $lq__archive_obj_li as idaa_archive_obj, index}
|
{#each $lq__archive_obj_li as idaa_archive_obj, index}
|
||||||
|
|||||||
@@ -110,7 +110,7 @@ function add_activity_log(
|
|||||||
|
|
||||||
<!-- {#if Array.isArray(event_id_random_li) && event_id_random_li.length} -->
|
<!-- {#if Array.isArray(event_id_random_li) && event_id_random_li.length} -->
|
||||||
{#if $lq__event_obj_li && $lq__event_obj_li.length}
|
{#if $lq__event_obj_li && $lq__event_obj_li.length}
|
||||||
<div class="overflow-auto space-y-2">
|
<div class="space-y-2">
|
||||||
<h2 class="h3">
|
<h2 class="h3">
|
||||||
<span class="text-base text-gray-500">
|
<span class="text-base text-gray-500">
|
||||||
Results:
|
Results:
|
||||||
|
|||||||
Reference in New Issue
Block a user