mirror of
https://github.com/MetaCubeX/metacubexd.git
synced 2024-11-10 05:15:35 +08:00
fix(proxy): add small gap between update button and tabs
This commit is contained in:
parent
93114b22a2
commit
ff7dab74b6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user