style: Fix the abnormal left padding of the tabs. (#923)

This commit is contained in:
Plutonium141 2024-08-17 21:53:06 +08:00 committed by GitHub
parent 50045c1cee
commit cb5473de3c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -358,7 +358,7 @@ export default () => {
<div class="flex h-full flex-col gap-2">
<div class="flex w-full flex-wrap items-center gap-2">
<div class="flex items-center gap-2">
<div class="tabs-boxed tabs gap-2 pl-0">
<div class="tabs-boxed tabs gap-2">
<Index each={tabs()}>
{(tab) => (
<button

View File

@ -118,7 +118,7 @@ export default () => {
return (
<div class="flex h-full flex-col gap-2">
<div class="flex items-center gap-2">
<div class="tabs-boxed tabs gap-2 pl-0">
<div class="tabs-boxed tabs gap-2">
<For each={tabs()}>
{(tab) => (
<button

View File

@ -126,7 +126,7 @@ export default () => {
return (
<div class="flex h-full flex-col gap-2">
<div class="flex items-center gap-2">
<div class="tabs-boxed tabs gap-2 pl-0">
<div class="tabs-boxed tabs gap-2">
<For each={tabs()}>
{(tab) => (
<button