From cfa12062e5d6989b3f9c14a2bd5ca2abf6dd7865 Mon Sep 17 00:00:00 2001 From: sulmo <50662170+sulmoJ@users.noreply.github.com> Date: Thu, 17 Oct 2024 16:42:27 +0900 Subject: [PATCH] fix: fix qa issues (unified-cost) (#4865) * fix: fix currency load logic for userMode Signed-off-by: sulmo * feat: update unifiedCost resource Id Signed-off-by: sulmo * feat: add unified cost icon to header Signed-off-by: sulmo * fix: fix z-index bug & fix ui bug Signed-off-by: sulmo --------- Signed-off-by: sulmo --- apps/web/src/App.vue | 2 +- .../scoped-notification/ScopedNotification.vue | 2 +- .../common/modules/page-layouts/LayoutContainer.vue | 2 +- .../cost-explorer/components/CostAnalysisContent.vue | 6 ------ .../cost-explorer/components/CostAnalysisHeader.vue | 8 +++++++- .../cost-explorer/components/CostAnalysisLSB.vue | 8 ++++---- .../components/CostAnalysisQuerySection.vue | 1 - .../components/CostReportSettingsModal.vue | 12 +++--------- .../constants/cost-explorer-constant.ts | 2 +- .../cost-explorer/stores/cost-analysis-page-store.ts | 8 ++++---- apps/web/src/store/domain/domain-store.ts | 2 ++ 11 files changed, 24 insertions(+), 29 deletions(-) diff --git a/apps/web/src/App.vue b/apps/web/src/App.vue index 280f477942..b5c5b1fa53 100755 --- a/apps/web/src/App.vue +++ b/apps/web/src/App.vue @@ -215,7 +215,7 @@ watch(() => state.userId, (userId) => { position: fixed; width: 100%; height: $top-bar-height; - z-index: 100; + z-index: 1030; flex-shrink: 0; top: 0; } diff --git a/apps/web/src/common/components/scoped-notification/ScopedNotification.vue b/apps/web/src/common/components/scoped-notification/ScopedNotification.vue index a0f68c8602..e5e8d9e3ad 100644 --- a/apps/web/src/common/components/scoped-notification/ScopedNotification.vue +++ b/apps/web/src/common/components/scoped-notification/ScopedNotification.vue @@ -52,7 +52,7 @@ const handleCloseClick = () => {