mirror of
https://github.com/woodchen-ink/openai-billing-query.git
synced 2025-07-18 14:01:59 +08:00
update
This commit is contained in:
parent
6ccf8048f3
commit
407f53647b
@ -93,11 +93,11 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="content pl-6 pt-6 lg:w-3/4 md:w-full">
|
||||
<div class="content pl-6 pt-6 lg:w-3/4 md:w-full overflow-y-auto h-screen">
|
||||
<h2 class="text-2xl mb-6 font-semibold text-gradient">查询结果</h2>
|
||||
<div class="overflow-x-auto">
|
||||
<div class="overflow-y-hidden">
|
||||
<table id="result-table" class="table table-md border border-slate-500 w-full">
|
||||
<table id="result-table" class="table table-md border border-slate-500 w-full table-pin-rows">
|
||||
<thead class="text-white border-b border-slate-500">
|
||||
<tr class="bg-gray-800 bg-opacity-80">
|
||||
<th class="w-0.5 border border-slate-500">序号</th>
|
||||
|
@ -9,7 +9,6 @@ body {
|
||||
}
|
||||
|
||||
.container {
|
||||
/* display: flex; */
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user