From d84ec11a32b82fa8b289409fe06ebc0bf218309c Mon Sep 17 00:00:00 2001 From: Leo <98382335+gaoziman@users.noreply.github.com> Date: Wed, 9 Jul 2025 15:11:38 +0800 Subject: [PATCH] =?UTF-8?q?fix(components):=20=E4=BF=AE=E5=A4=8D=E9=80=9A?= =?UTF-8?q?=E7=94=A8=E7=BB=84=E4=BB=B6=E5=9B=BE=E6=A0=87=E8=AF=AD=E6=B3=95?= =?UTF-8?q?=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 修复 CoiEmpty.vue 中8个图标的语法格式 - 修复 CoiPagination.vue 中4个图标的语法格式 - 将所有 icon-park-outline: 格式改为 icon-park-outline- 格式 - 解决图标渲染错误问题,确保组件正常显示 --- src/components/common/CoiEmpty.vue | 16 ++++++++-------- src/components/common/CoiPagination.vue | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/src/components/common/CoiEmpty.vue b/src/components/common/CoiEmpty.vue index 33d208d..ec134d5 100644 --- a/src/components/common/CoiEmpty.vue +++ b/src/components/common/CoiEmpty.vue @@ -5,12 +5,12 @@
- - - - - - + + + + + +
@@ -36,8 +36,8 @@ > {{ actionText }} diff --git a/src/components/common/CoiPagination.vue b/src/components/common/CoiPagination.vue index 5884cd5..53d3a1a 100644 --- a/src/components/common/CoiPagination.vue +++ b/src/components/common/CoiPagination.vue @@ -33,7 +33,7 @@ @click="handlePageChange(1)" > - + @@ -44,7 +44,7 @@ @click="handlePageChange(currentPage - 1)" > - + @@ -74,7 +74,7 @@ @click="handlePageChange(currentPage + 1)" > - + @@ -85,7 +85,7 @@ @click="handlePageChange(totalPages)" > - +