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/http/yskApi/http.js b/http/yskApi/http.js index ad8678f..e09d557 100644 --- a/http/yskApi/http.js +++ b/http/yskApi/http.js @@ -92,7 +92,7 @@ console.log(httpData,'调试1') return Promise.reject(bodyData) // 跳转到catch函数 } - // 业务响应异常 + // // 业务响应异常 // if (bodyData.hasOwnProperty('code') && bodyData.code != 200) { // isShowErrorToast = true // infoBox.showToast(bodyData.msg) 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 @@