Răsfoiți Sursa

添加按钮间距

visuddhinanda 2 ani în urmă
părinte
comite
9e8c895e8c
1 a modificat fișierele cu 3 adăugiri și 3 ștergeri
  1. 3 3
      dashboard/src/pages/library/article/show.tsx

+ 3 - 3
dashboard/src/pages/library/article/show.tsx

@@ -196,9 +196,9 @@ const Widget = () => {
                 articleId={id}
                 articleId={id}
                 anthologyId={searchParams.get("anthology")}
                 anthologyId={searchParams.get("anthology")}
               />
               />
-              <SearchButton />
-              <ToStudio />
-              <Avatar placement="bottom" />
+              <SearchButton style={{ marginRight: 8 }} />
+              <ToStudio style={{ marginRight: 8 }} />
+              <Avatar placement="bottom" style={{ marginRight: 8 }} />
               <NotificationIcon />
               <NotificationIcon />
               <ThemeSelect />
               <ThemeSelect />
               <ModeSwitch
               <ModeSwitch