From f63d91897b351f2a712ba5bb122eda5eac81cf86 Mon Sep 17 00:00:00 2001 From: ysn <2126564605@qq.com> Date: Thu, 18 Jun 2026 11:05:51 +0800 Subject: [PATCH 1/6] =?UTF-8?q?=E7=B3=BB=E7=BB=9F=E8=AE=BE=E7=BD=AE-?= =?UTF-8?q?=E7=AD=BE=E5=90=8D-=E5=AD=97=E4=BD=93=E5=8A=A0=E7=B2=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layout/components/ESignatureDialog.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/layout/components/ESignatureDialog.vue b/src/layout/components/ESignatureDialog.vue index 9343561..53795ce 100644 --- a/src/layout/components/ESignatureDialog.vue +++ b/src/layout/components/ESignatureDialog.vue @@ -96,7 +96,7 @@ export default { // 设置画笔样式 this.ctx.strokeStyle = "#000000"; - this.ctx.lineWidth = 2; + this.ctx.lineWidth = 8; this.ctx.lineCap = "round"; this.ctx.lineJoin = "round"; From 41c9ffeda95eacf8e9fc6a318f38b6a78f7f9895 Mon Sep 17 00:00:00 2001 From: ysn <2126564605@qq.com> Date: Thu, 18 Jun 2026 11:19:08 +0800 Subject: [PATCH 2/6] =?UTF-8?q?=E7=9F=A5=E8=AF=86=E5=BA=93-=E5=88=86?= =?UTF-8?q?=E9=A1=B5=E8=B0=83=E6=95=B4=20=E7=9F=A5=E8=AF=86=E5=BA=93-?= =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E5=90=8D=E7=A7=B0=E6=A0=A1=E9=AA=8C/?= =?UTF-8?q?=E6=A0=87=E9=A2=98=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/knowledge/index.vue | 191 ++++++++++++++++++++++------------ 1 file changed, 127 insertions(+), 64 deletions(-) diff --git a/src/views/knowledge/index.vue b/src/views/knowledge/index.vue index 5d7b617..c8a03b8 100644 --- a/src/views/knowledge/index.vue +++ b/src/views/knowledge/index.vue @@ -171,7 +171,7 @@ v-show="queryRightParams.total > 0" :total="queryRightParams.total" :page.sync="queryRightParams.page" - :limit.sync="queryRightParams.pageSize" + :limit.sync="queryRightParams.size" @pagination="getKnowledgeList" /> @@ -343,7 +343,7 @@ export default { cate_id: 0, is_mine: "-1", page: 1, - pageSize: 10, + size: 10, total: 0, }, // 知识库右侧-列表 @@ -572,32 +572,121 @@ export default { ? row.file_name.split(".").pop().toLowerCase() : ""; if (videoTypes.includes(fileType)) { - // 视频:新窗口铺满全屏播放 - const videoUrl = this.getFullFilePath(row.file_path); - const html = ` - -
- - -