visuddhinanda 2 лет назад
Родитель
Сommit
5662773a94
1 измененных файлов с 3 добавлено и 0 удалено
  1. 3 0
      dashboard/src/pages/library/article/show.tsx

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

@@ -52,6 +52,7 @@ import ShareButton from "../../../components/export/ShareButton";
 import ChannelAlert from "../../../components/channel/ChannelAlert";
 import ChannelAlert from "../../../components/channel/ChannelAlert";
 import PrPull from "../../../components/corpus/PrPull";
 import PrPull from "../../../components/corpus/PrPull";
 import NotificationIcon from "../../../components/notification/NotificationIcon";
 import NotificationIcon from "../../../components/notification/NotificationIcon";
+import SentCart from "../../../components/template/SentEdit/SentCart";
 
 
 export interface ISearchParams {
 export interface ISearchParams {
   key: string;
   key: string;
@@ -168,6 +169,7 @@ const Widget = () => {
             </div>
             </div>
             <div style={{ display: "flex" }} key="middle"></div>
             <div style={{ display: "flex" }} key="middle"></div>
             <div
             <div
+              className="toolbar_center"
               style={{ display: "flex", height: 44, alignItems: "center" }}
               style={{ display: "flex", height: 44, alignItems: "center" }}
               key="right"
               key="right"
             >
             >
@@ -196,6 +198,7 @@ const Widget = () => {
                 articleId={id}
                 articleId={id}
                 anthologyId={searchParams.get("anthology")}
                 anthologyId={searchParams.get("anthology")}
               />
               />
+              <SentCart />
               <SearchButton style={{ marginRight: 8 }} />
               <SearchButton style={{ marginRight: 8 }} />
               <ToStudio style={{ marginRight: 8 }} />
               <ToStudio style={{ marginRight: 8 }} />
               <Avatar placement="bottom" style={{ marginRight: 8 }} />
               <Avatar placement="bottom" style={{ marginRight: 8 }} />