diff --git a/src/Drama/components/DramaDetail.tsx b/src/Drama/components/DramaDetail.tsx
index f50e506..e0b4b52 100644
--- a/src/Drama/components/DramaDetail.tsx
+++ b/src/Drama/components/DramaDetail.tsx
@@ -1,14 +1,13 @@
import { useEffect, useState } from "react";
import { useNavigate } from "react-router-dom";
-import { Button, Descriptions, Form, Grid, Input, InputNumber, InputTag, Message, Modal, Select, Space, Switch } from "@arco-design/web-react";
+import { Button, Descriptions, Form, InputNumber, Message, Modal, Space } from "@arco-design/web-react";
import { IconArrowLeft, IconRefresh } from "@arco-design/web-react/icon";
import { channelApi, dramaApi, mediaApi } from "../../api";
import { Panel } from "../../components/Panel";
import { toDramaPayload, toEpisodePayload } from "../formPayload";
import type { Channel, Drama, DramaDetailPageProps, Episode } from "../interface";
import { EpisodeTable } from "./EpisodeTable";
-
-const { Row, Col } = Grid;
+import { DramaFormFields } from "./DramaFormFields";
const STATUS_OPTIONS = [
{ value: "draft", label: "草稿" },
@@ -140,7 +139,7 @@ export function DramaDetail({ dramaId }: DramaDetailPageProps) {
上架短剧
-
+

@@ -182,7 +181,7 @@ export function DramaDetail({ dramaId }: DramaDetailPageProps) {
{drama && (
-
setEditVisible(false)} footer={null} style={{ width: "45rem" }}>
+ setEditVisible(false)} footer={null} style={{ width: "50rem" }}>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+