修改样式

This commit is contained in:
zhangsir
2023-09-27 16:48:20 +08:00
parent 35d98f79c6
commit 78eef96264
4 changed files with 25 additions and 17 deletions

View File

@@ -58,9 +58,9 @@ import { isTopList, downloadErrorRecords, UploadProps } from '@/api/case'
import AddCourse from "@/components/courserecommended/AddCourse";
import useDownload from '@/hooks/useDownload'
const state = reactive({
sellName:"", //推荐标题
sellIntro:"", //推荐组织
sellForm:"", //推荐理由
sellName:"1", //推荐标题
sellIntro:"1", //推荐组织
sellForm:"1", //推荐理由
})
const newNext = ref(false);
const handleNew = () => {