diff --git a/src/assets/css/index.scss b/src/assets/css/index.scss index 303900f..9764e76 100644 --- a/src/assets/css/index.scss +++ b/src/assets/css/index.scss @@ -401,7 +401,7 @@ img { } .el-pagination { - margin-top: 40px; + margin-top: 20px; text-align: center; } diff --git a/src/components/AiDialog.vue b/src/components/AiDialog.vue index 9eff069..8fa138f 100644 --- a/src/components/AiDialog.vue +++ b/src/components/AiDialog.vue @@ -3,7 +3,7 @@
-
+
@@ -69,13 +69,13 @@ export default { .ai-dialog__content { overflow-y: auto; - padding-bottom: 4px; - max-height: 500px; + padding-bottom: 0px; + max-height: 550px; .ai-dialog__content--wrapper { height: 100%; overflow-x: hidden; - overflow-y: auto; + overflow-y: hidden; } } diff --git a/src/router/index.js b/src/router/index.js index 22b6566..5c08f0e 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -312,6 +312,14 @@ const router = new VueRouter({ path: 'labelsPrint', name: 'labelsPrint', component: () => import('../view/lables/Print.vue') + }, + { + path: 'skuManage', + name: 'skuManage', + component: () => import('../view/lables/SkuManage.vue'), + meta: { + activeMenu:'/labelsTemplate' + } } ] }, diff --git a/src/view/lables/SkuManage.vue b/src/view/lables/SkuManage.vue new file mode 100644 index 0000000..febdd5d --- /dev/null +++ b/src/view/lables/SkuManage.vue @@ -0,0 +1,238 @@ + + + + + diff --git a/src/view/lables/Template.vue b/src/view/lables/Template.vue index 3d0b2af..cb7b096 100644 --- a/src/view/lables/Template.vue +++ b/src/view/lables/Template.vue @@ -8,7 +8,7 @@