浏览代码

宽度 460

visuddhinanda 2 年之前
父节点
当前提交
ba47edb931
共有 1 个文件被更改,包括 1 次插入1 次删除
  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>
       </Tooltip>
       <Drawer
       <Drawer
         title={title}
         title={title}
-        width={350}
+        width={460}
         placement="left"
         placement="left"
         onClose={() => {
         onClose={() => {
           setOpen(false);
           setOpen(false);