fix
This commit is contained in:
parent
bf07cdac4d
commit
dd1e02d35e
1 changed files with 2 additions and 2 deletions
|
@ -43,7 +43,7 @@
|
||||||
<div class="flex flex-col mb-4">
|
<div class="flex flex-col mb-4">
|
||||||
<div class="overflow-x-auto">
|
<div class="overflow-x-auto">
|
||||||
<div class="align-middle inline-block min-w-full">
|
<div class="align-middle inline-block min-w-full">
|
||||||
<div class="flex flex-col bg-gray-200 border border-gray-300 rounded overflow-hidden">
|
<div class="flex flex-col bg-gray-100 border border-gray-300 rounded overflow-hidden">
|
||||||
<table class="min-w-full">
|
<table class="min-w-full">
|
||||||
<thead class="bg-gradient-to-t from-gray-200 to-gray-100">
|
<thead class="bg-gradient-to-t from-gray-200 to-gray-100">
|
||||||
<tr>
|
<tr>
|
||||||
|
@ -96,7 +96,7 @@
|
||||||
<div class="flex flex-col mb-4">
|
<div class="flex flex-col mb-4">
|
||||||
<div class="overflow-x-auto">
|
<div class="overflow-x-auto">
|
||||||
<div class="align-middle inline-block min-w-full">
|
<div class="align-middle inline-block min-w-full">
|
||||||
<div class="flex flex-col bg-gray-200 border border-gray-300 rounded overflow-hidden">
|
<div class="flex flex-col bg-gray-100 border border-gray-300 rounded overflow-hidden">
|
||||||
<table class="min-w-full">
|
<table class="min-w-full">
|
||||||
<thead class="bg-gradient-to-t from-gray-200 to-gray-100">
|
<thead class="bg-gradient-to-t from-gray-200 to-gray-100">
|
||||||
<tr>
|
<tr>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue