From 835365cf82c39acadddc9a6b36d946f4e8b7d470 Mon Sep 17 00:00:00 2001 From: zzp <34701892@qq.com> Date: Sat, 29 Nov 2025 15:43:14 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=A7=BB=E9=99=A4=E8=B0=83=E8=AF=95?= =?UTF-8?q?=E6=97=A5=E5=BF=97=E5=B9=B6=E4=BC=98=E5=8C=96=E8=A1=A8=E6=A0=BC?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 移除多个组件中的console.log调试语句 调整richedit页面表格列的布局和样式 更新表格展开图标的样式 --- src/components/tableComponents/index.vue | 3 --- src/views/pages/richedit/index.vue | 34 ++++++++++++++++-------- 2 files changed, 23 insertions(+), 14 deletions(-) diff --git a/src/components/tableComponents/index.vue b/src/components/tableComponents/index.vue index 8c3731f..4dd1944 100644 --- a/src/components/tableComponents/index.vue +++ b/src/components/tableComponents/index.vue @@ -95,13 +95,10 @@ function toggleRowSelection(row, isCheck) { } function clearSort() { - console.log('🚀 ~ clearSort ~ clearSort:', clearSort); tableRef.value.clearSort(); } function cellClassName({ row, column, rowIndex, columnIndex }) { - console.log('🚀 ~ cellClassName ~ rowIndex:', rowIndex); - console.log('🚀 ~ cellClassName ~ row:', row.title); if (row.isChild) { return 'first-cell'; } diff --git a/src/views/pages/richedit/index.vue b/src/views/pages/richedit/index.vue index 45f5f6e..a81fe5c 100644 --- a/src/views/pages/richedit/index.vue +++ b/src/views/pages/richedit/index.vue @@ -332,15 +332,19 @@ -->