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;