table fix
This commit is contained in:
parent
89861ee4d9
commit
7747403f3c
@ -650,7 +650,7 @@ function tabFunction(state) {
|
|||||||
{#if rawList?.length !== 0}
|
{#if rawList?.length !== 0}
|
||||||
<div class="hidden sm:block sm:overflow-hidden sm:overflow-y-scroll scroller w-full m-auto h-auto sm:max-h-[700px]">
|
<div class="hidden sm:block sm:overflow-hidden sm:overflow-y-scroll scroller w-full m-auto h-auto sm:max-h-[700px]">
|
||||||
|
|
||||||
<table class="-ml-3 table table-sm table-compact rounded-none sm:rounded-md w-full bg-[#202020] m-auto mt-4 ">
|
<table class="-ml-3 table table-sm table-compact table-pin-rows table-pin-cols rounded-none sm:rounded-md w-full bg-[#202020] m-auto mt-5 ">
|
||||||
<!-- head -->
|
<!-- head -->
|
||||||
<thead>
|
<thead>
|
||||||
<tr class="bg-[#202020]">
|
<tr class="bg-[#202020]">
|
||||||
|
|||||||
@ -431,7 +431,7 @@ onMount(async () => {
|
|||||||
{numOfAssets} Assets
|
{numOfAssets} Assets
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
<table class="-ml-2 table table-sm table-compact rounded-none sm:rounded-md w-full bg-[#202020] m-auto mt-4 ">
|
<table class="-ml-2 table table-sm table-compact table-pin-rows table-pin-cols rounded-none sm:rounded-md w-full bg-[#202020] m-auto mt-5 ">
|
||||||
<!-- head -->
|
<!-- head -->
|
||||||
<thead>
|
<thead>
|
||||||
<tr class="bg-[#202020]">
|
<tr class="bg-[#202020]">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user