diff --git a/orion-ops-ui/src/assets/style/global.less b/orion-ops-ui/src/assets/style/global.less index 782814cf..b0f3b9fa 100644 --- a/orion-ops-ui/src/assets/style/global.less +++ b/orion-ops-ui/src/assets/style/global.less @@ -98,6 +98,7 @@ body { .circle { display: inline-block; margin-right: 4px; + margin-bottom: 2px; width: 6px; height: 6px; border-radius: 50%; diff --git a/orion-ops-ui/src/components/global-setting/block.vue b/orion-ops-ui/src/components/global-setting/block.vue index 957b3c99..63a38468 100644 --- a/orion-ops-ui/src/components/global-setting/block.vue +++ b/orion-ops-ui/src/components/global-setting/block.vue @@ -2,7 +2,7 @@
{{ title }}
- {{ $t(option.name) }} + {{ option.name }} - - +