feat: adjust table border radius

This commit is contained in:
kunish 2023-09-02 02:54:47 +08:00
parent 902d6c167e
commit 9a9b1b4abe
No known key found for this signature in database
GPG Key ID: 647A12B4F782C430
2 changed files with 4 additions and 4 deletions

View File

@ -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) => (

View File

@ -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) => (