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