From 653ae8fbb3096b3ebaf66ace8b06b6b32f615065 Mon Sep 17 00:00:00 2001 From: BianLzhaoMin <11485688+bianliangzhaomin123@user.noreply.gitee.com> Date: Mon, 2 Dec 2024 18:41:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/PagingComponent/index.vue | 1 + src/style/scss/common.scss | 2 +- src/views/user/goodsManagement/index.vue | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/PagingComponent/index.vue b/src/components/PagingComponent/index.vue index f96a7a4..5135329 100644 --- a/src/components/PagingComponent/index.vue +++ b/src/components/PagingComponent/index.vue @@ -82,5 +82,6 @@ const pageSize = computed({ :deep.el-pagination.is-background .el-pager li.is-active { background-color: #3cb4a6; + // 代码提交 } diff --git a/src/style/scss/common.scss b/src/style/scss/common.scss index fd66ee5..f1dfa4a 100644 --- a/src/style/scss/common.scss +++ b/src/style/scss/common.scss @@ -7,5 +7,5 @@ :root { --el-color-primary:#00a288; - // --el-color-primary-light-9:#78d3cb + } \ No newline at end of file diff --git a/src/views/user/goodsManagement/index.vue b/src/views/user/goodsManagement/index.vue index 58f9d90..b222541 100644 --- a/src/views/user/goodsManagement/index.vue +++ b/src/views/user/goodsManagement/index.vue @@ -690,6 +690,7 @@ const handleRemove = (list: any, index: Number) => {