mirror of
https://github.com/MetaCubeX/metacubexd.git
synced 2024-11-13 06:05:34 +08:00
feat: adjust table border radius
This commit is contained in:
parent
902d6c167e
commit
9a9b1b4abe
@ -261,8 +261,8 @@ export default () => {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="overflow-x-auto whitespace-nowrap">
|
<div class="overflow-x-auto whitespace-nowrap rounded-md">
|
||||||
<table class="table table-xs bg-base-200">
|
<table class="table table-xs rounded-none bg-base-200">
|
||||||
<thead>
|
<thead>
|
||||||
<For each={table.getHeaderGroups()}>
|
<For each={table.getHeaderGroups()}>
|
||||||
{(headerGroup) => (
|
{(headerGroup) => (
|
||||||
|
@ -74,8 +74,8 @@ export default () => {
|
|||||||
onInput={(e) => setSearch(e.target.value)}
|
onInput={(e) => setSearch(e.target.value)}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<div class="overflow-x-auto whitespace-nowrap">
|
<div class="overflow-x-auto whitespace-nowrap rounded-md">
|
||||||
<table class="table table-zebra-zebra table-xs bg-base-200">
|
<table class="table table-zebra-zebra table-xs rounded-none bg-base-200">
|
||||||
<thead>
|
<thead>
|
||||||
<For each={table.getHeaderGroups()}>
|
<For each={table.getHeaderGroups()}>
|
||||||
{(headerGroup) => (
|
{(headerGroup) => (
|
||||||
|
Loading…
Reference in New Issue
Block a user