diff --git a/docker/orion-ops-pro/build.sh b/docker/orion-ops-pro/build.sh index 80063306..ab43f4d2 100644 --- a/docker/orion-ops-pro/build.sh +++ b/docker/orion-ops-pro/build.sh @@ -1,3 +1,3 @@ mv ../../orion-ops-launch/target/orion-ops-launch.jar ./ -mv ../../orion-ops-ui/dist/ ./ +mv ../../orion-ops-ui/dist ./dist docker build -t orion-ops-pro:1.0.0-beta.1 . diff --git a/orion-ops-ui/src/views/host/terminal/components/layout/layout-header.vue b/orion-ops-ui/src/views/host/terminal/components/layout/layout-header.vue index 46e5512f..71f090c2 100644 --- a/orion-ops-ui/src/views/host/terminal/components/layout/layout-header.vue +++ b/orion-ops-ui/src/views/host/terminal/components/layout/layout-header.vue @@ -164,13 +164,13 @@ background: transparent; } - :deep(.arco-tabs-tab) { + :deep(.arco-tabs-nav-type-line .arco-tabs-tab) { + position: relative; height: 100%; margin: 0 !important; padding: 0 !important; color: var(--color-header-text-1); background: var(--color-bg-header-tabs); - position: relative; &:hover { color: var(--color-header-text-2);