From 18af0281b10444a78886fc80dcbe7acbb0dab5e6 Mon Sep 17 00:00:00 2001 From: aixianling Date: Mon, 30 Jan 2023 14:41:19 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B5=E7=AD=BE=E5=8E=86=E5=8F=B2=E9=A9=BB?= =?UTF-8?q?=E7=95=99,=E8=BF=94=E5=9B=9E=E5=85=B3=E9=97=AD=E5=8A=9F?= =?UTF-8?q?=E8=83=BD=E5=AE=8C=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- examples/components/mainContent.vue | 65 +--------- .../oms/apps/develop/AppDeployCustom/add.vue | 3 + ui/lib/js/modules.js | 20 ++- ui/packages/basic/AiNavTab.vue | 121 ++++++++++++++++++ ui/packages/basic/AiTitle.vue | 6 +- 5 files changed, 153 insertions(+), 62 deletions(-) create mode 100644 ui/packages/basic/AiNavTab.vue diff --git a/examples/components/mainContent.vue b/examples/components/mainContent.vue index 7702a937..cb76597e 100644 --- a/examples/components/mainContent.vue +++ b/examples/components/mainContent.vue @@ -1,75 +1,22 @@ @@ -80,7 +27,7 @@ export default { display: flex; flex-direction: column; - :deep(.layout ){ + :deep(.layout ) { background: #F5F6F9; display: flex; flex-direction: column; diff --git a/project/oms/apps/develop/AppDeployCustom/add.vue b/project/oms/apps/develop/AppDeployCustom/add.vue index 95c70330..72762c7c 100644 --- a/project/oms/apps/develop/AppDeployCustom/add.vue +++ b/project/oms/apps/develop/AppDeployCustom/add.vue @@ -222,6 +222,7 @@ + + diff --git a/ui/packages/basic/AiTitle.vue b/ui/packages/basic/AiTitle.vue index ab7837b2..d6b2052a 100644 --- a/ui/packages/basic/AiTitle.vue +++ b/ui/packages/basic/AiTitle.vue @@ -31,6 +31,8 @@