fix(proxy): add small gap between update button and tabs

This commit is contained in:
kunish 2023-09-06 20:09:24 +08:00
parent 93114b22a2
commit ff7dab74b6
No known key found for this signature in database
GPG Key ID: 647A12B4F782C430

View File

@ -97,8 +97,8 @@ export default () => {
return (
<div class="flex flex-col gap-2">
<div class="flex items-center justify-between">
<div class="tabs tabs-boxed gap-2">
<div class="flex items-center justify-between gap-2">
<div class="tabs-boxed tabs gap-2">
<For each={tabs()}>
{(tab) => (
<button
@ -116,7 +116,7 @@ export default () => {
</div>
<Button
class="btn btn-circle btn-sm mr-2"
class="btn btn-circle"
onClick={(e) => onUpdateAllProviderClick(e)}
>
<IconReload