Browse Source

宽度 460

visuddhinanda 3 years ago
parent
commit
ba47edb931
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dashboard/src/components/article/ToolButton.tsx

+ 1 - 1
dashboard/src/components/article/ToolButton.tsx

@@ -22,7 +22,7 @@ const Widget = ({ icon, content, title }: IWidget) => {
       </Tooltip>
       <Drawer
         title={title}
-        width={350}
+        width={460}
         placement="left"
         onClose={() => {
           setOpen(false);