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) => {