From ef9ee333f74408a792e1cc08eab9349b4e86498b Mon Sep 17 00:00:00 2001 From: Jruome <2559028966@qq.com> Date: Mon, 29 May 2023 20:19:04 +0800 Subject: [PATCH] =?UTF-8?q?uniapp=20=E6=A0=B7=E5=BC=8F=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- yudao-ui-admin/src/components/ImageUpload/index.vue | 6 ++++++ yudao-ui-admin/src/views/mall/market/banner/index.vue | 2 +- yudao-ui-admin/src/views/system/tenant/index.vue | 2 +- yudao-ui-app/pages/index/index.vue | 4 ++-- 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/yudao-ui-admin/src/components/ImageUpload/index.vue b/yudao-ui-admin/src/components/ImageUpload/index.vue index d8d17d64f..2eb9bc069 100644 --- a/yudao-ui-admin/src/components/ImageUpload/index.vue +++ b/yudao-ui-admin/src/components/ImageUpload/index.vue @@ -24,6 +24,7 @@
请上传 + 的文件
@@ -71,6 +72,11 @@ export default { isShowTip: { type: Boolean, default: true + }, + // 格式提示 + format: { + type: String, + default: '' } }, data() { diff --git a/yudao-ui-admin/src/views/mall/market/banner/index.vue b/yudao-ui-admin/src/views/mall/market/banner/index.vue index a311be9d4..2a53cbe32 100644 --- a/yudao-ui-admin/src/views/mall/market/banner/index.vue +++ b/yudao-ui-admin/src/views/mall/market/banner/index.vue @@ -58,7 +58,7 @@ - + diff --git a/yudao-ui-admin/src/views/system/tenant/index.vue b/yudao-ui-admin/src/views/system/tenant/index.vue index d026fa14b..c0a16c341 100755 --- a/yudao-ui-admin/src/views/system/tenant/index.vue +++ b/yudao-ui-admin/src/views/system/tenant/index.vue @@ -151,7 +151,7 @@ - diff --git a/yudao-ui-app/pages/index/index.vue b/yudao-ui-app/pages/index/index.vue index d3402fe90..b0ea2ae03 100644 --- a/yudao-ui-app/pages/index/index.vue +++ b/yudao-ui-app/pages/index/index.vue @@ -837,7 +837,7 @@ .header_bottom { position: absolute; margin-left: 43rpx; - bottom: 12%; + bottom: 9%; width: 664rpx; height: 238rpx; @@ -852,7 +852,7 @@ } .notice { - margin-top: -6%; + margin-top: -1%; margin-left: 48rpx; width: 658rpx; height: 67rpx;