浏览代码

添加按钮间距

visuddhinanda 2 年之前
父节点
当前提交
9e8c895e8c
共有 1 个文件被更改,包括 3 次插入3 次删除
  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