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 @@