From 6bece2ac0aead82008818d9de9bfb27d2104f1a9 Mon Sep 17 00:00:00 2001 From: huangzhe <3451701311@qq.com> Date: Mon, 18 Aug 2025 19:47:35 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=E6=8F=90=E7=A4=BA?= =?UTF-8?q?=E8=AF=AD=20popover?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/courselibrary/CoursewareManage.vue | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/src/views/courselibrary/CoursewareManage.vue b/src/views/courselibrary/CoursewareManage.vue index 20978848..4d630252 100644 --- a/src/views/courselibrary/CoursewareManage.vue +++ b/src/views/courselibrary/CoursewareManage.vue @@ -798,6 +798,13 @@ @change="handleSelectSignDateTime(signTimeSection.Custom)">
自定义 + + + + +
开始前 @@ -1412,7 +1419,7 @@ import DropDown from "@/components/common/DropDown"; import { checkPer, checkOwner } from "@/utils/utils"; import dayjs from "dayjs"; import { duration } from "moment"; -import { DeleteOutlined, DownOutlined } from "@ant-design/icons-vue"; +import { DeleteOutlined, DownOutlined ,QuestionCircleOutlined } from "@ant-design/icons-vue"; //列表表格 const moreLine = (item) => { @@ -1893,6 +1900,7 @@ const columns7 = [ ]; export default defineComponent({ components: { + QuestionCircleOutlined, // OwnPower, // Corpowerlist, CommonStudent, @@ -7919,4 +7927,12 @@ export default defineComponent({ .ml-10 { margin-left: 10px; } + +.custom-icon { + font-size: 20px; + + svg { + margin: auto; + } +}