From 2800569b47af74989e2713a0b1d13d520e1e71cd Mon Sep 17 00:00:00 2001 From: YeMingfei666 <1619116647@qq.com> Date: Wed, 16 Oct 2024 18:10:29 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E8=AE=A2=E5=8D=95=EF=BC=8C=E5=95=86?= =?UTF-8?q?=E5=93=81=EF=BC=8C=E4=BB=A3=E5=AE=A2=E4=B8=8B=E5=8D=95=EF=BC=8C?= =?UTF-8?q?=E5=88=86=E7=BB=84=EF=BC=8C=E5=88=86=E7=B1=BB=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E8=B0=83=E6=95=B4=20=E5=88=A0=E9=99=A4=E6=89=B9=E9=87=8F?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=BA=93=E5=AD=98=E6=95=B0=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- commons/style/common.scss | 7 ++ components/my-components/my-upload-file.vue | 12 +++ pageCategory/edit-category/edit-category.vue | 22 +++-- pageCategory/index/components/category.vue | 48 ++++++---- .../edit-group-goods/edit-group-goods.vue | 6 +- pageGoodsGroup/edit-group/edit-group.vue | 33 +++++-- pageGoodsGroup/index/index.vue | 2 +- .../add-printer/components/picker-item.vue | 3 + pageProduct/add-Product/add-Product.vue | 79 +++++++++------- .../add-Product/components/edit-haocai.vue | 22 ++--- .../choose-specifications.vue | 10 +- .../components/fast-edit.vue | 12 +-- pageProduct/index/components/baosun.vue | 5 +- pageProduct/index/components/control.vue | 9 +- pageProduct/index/components/edit-guige.vue | 4 +- pageProduct/index/components/edit-stock.vue | 2 +- pageProduct/index/index.vue | 8 +- .../components/specifications-item.vue | 15 +-- .../choose-table/choose-table.vue | 12 +-- .../confirm-order/components/remark.vue | 8 +- .../confirm-order/confirm-order.vue | 16 ++-- pagesOrder/index/compoents/filter.vue | 8 +- pagesOrder/index/compoents/order-item.vue | 94 +++++++++++++++---- .../uni-forms-item/uni-forms-item.vue | 2 +- 24 files changed, 283 insertions(+), 156 deletions(-) diff --git a/commons/style/common.scss b/commons/style/common.scss index 5afbff7..b6b3ec8 100644 --- a/commons/style/common.scss +++ b/commons/style/common.scss @@ -396,4 +396,11 @@ text { //覆盖u-view-plus 颜色 .u-primary-light { color: $my-main-color; +} +::v-deep .u-border{ + border-width: 1px!important; +} + +::v-deep .u-m-t-16 .u-textarea{ + border-width: 1px!important; } \ No newline at end of file diff --git a/components/my-components/my-upload-file.vue b/components/my-components/my-upload-file.vue index 0066456..5d187ca 100644 --- a/components/my-components/my-upload-file.vue +++ b/components/my-components/my-upload-file.vue @@ -1,5 +1,6 @@ @@ -8,6 +9,7 @@ $uploadFile } from '@/http/yskApi/file.js' import { + reactive, ref, watch } from 'vue'; @@ -21,6 +23,16 @@ limit: { type: Number, default: 10 + }, + imageStyles:{ + type:Object, + default:()=>{ + return { + border:{ + radius:'12rpx' + } + } + } } }) const emits = defineEmits(['change']) diff --git a/pageCategory/edit-category/edit-category.vue b/pageCategory/edit-category/edit-category.vue index c841e09..e829191 100644 --- a/pageCategory/edit-category/edit-category.vue +++ b/pageCategory/edit-category/edit-category.vue @@ -13,13 +13,13 @@ - @@ -72,18 +72,18 @@