From a27598f740eed9f577e28c808f0bfcf4134ccc16 Mon Sep 17 00:00:00 2001 From: fuliqiang <1348994179@qq.com> Date: Fri, 8 Mar 2024 17:00:53 +0800 Subject: [PATCH] =?UTF-8?q?component&quick-link=E5=B8=83=E5=B1=80=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/alert-info/index.vue | 98 ++++++++--------- .../src/components/dot-state/index.vue | 5 +- bigtop-manager-ui/src/layouts/content.vue | 3 +- bigtop-manager-ui/src/pages/service/index.vue | 104 ++++++++++++------ 4 files changed, 124 insertions(+), 86 deletions(-) diff --git a/bigtop-manager-ui/src/components/alert-info/index.vue b/bigtop-manager-ui/src/components/alert-info/index.vue index fe144fd8..0dd37349 100644 --- a/bigtop-manager-ui/src/components/alert-info/index.vue +++ b/bigtop-manager-ui/src/components/alert-info/index.vue @@ -6,8 +6,8 @@ import customParseFormat from 'dayjs/plugin/customParseFormat' const visible = ref(false) const overlayInnerStyle = { - padding: '12px 0', - width: '400px' + padding: '0.75rem 0', + width: '25rem' } // now Date @@ -18,55 +18,55 @@ diff --git a/bigtop-manager-ui/src/components/dot-state/index.vue b/bigtop-manager-ui/src/components/dot-state/index.vue index 13d48681..80cce6c1 100644 --- a/bigtop-manager-ui/src/components/dot-state/index.vue +++ b/bigtop-manager-ui/src/components/dot-state/index.vue @@ -1,5 +1,5 @@