瀏覽代碼

width 960px

visuddhinanda 3 年之前
父節點
當前提交
82599123a5
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      dashboard/src/components/library/course/CourseIntro.tsx

+ 1 - 1
dashboard/src/components/library/course/CourseIntro.tsx

@@ -9,7 +9,7 @@ const Widget = ({ intro }: IWidget) => {
   return (
     <Row>
       <Col flex="auto"></Col>
-      <Col flex="1260px">
+      <Col flex="960px">
         <div
           dangerouslySetInnerHTML={{
             __html: marked.parse(intro ? intro : ""),