diff --git a/manager/src/components/hotzone/index.js b/manager/src/components/hotzone/index.js index c818a357..e4dec3d2 100644 --- a/manager/src/components/hotzone/index.js +++ b/manager/src/components/hotzone/index.js @@ -1,7 +1,7 @@ import hotzone from './index.vue' -hotzone.install = (Vue) => { - Vue.component(hotzone.name, hotzone) +hotzone.install = (app) => { + app.component(hotzone.name, hotzone) } export default hotzone diff --git a/manager/src/components/lili-dialog/style.scss b/manager/src/components/lili-dialog/style.scss index b6d09970..e1611d64 100644 --- a/manager/src/components/lili-dialog/style.scss +++ b/manager/src/components/lili-dialog/style.scss @@ -42,17 +42,6 @@ } } -:deep(.ivu-scroll-container){ - width: 100% !important; - height: 400px !important; -} - -:deep(.ivu-scroll-content){ - /* */ - display: flex; - flex-wrap: wrap; -} - .wap-content-list { overflow-y: auto; } diff --git a/manager/src/components/lili-dialog/template/pages.vue b/manager/src/components/lili-dialog/template/pages.vue index 6f4ab389..1f10ed07 100644 --- a/manager/src/components/lili-dialog/template/pages.vue +++ b/manager/src/components/lili-dialog/template/pages.vue @@ -33,13 +33,10 @@ export default { }; @@ -182,7 +200,7 @@ multiple style="display: inline-block" > - 上传图片 + {{ uploadButtonText }} 批量删除 @@ -229,9 +247,7 @@
@@ -264,166 +280,7 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 无效的图片链接 + +