diff --git a/orion-ops-ui/src/assets/style/global.less b/orion-ops-ui/src/assets/style/global.less index 1531c735..d8e5457e 100644 --- a/orion-ops-ui/src/assets/style/global.less +++ b/orion-ops-ui/src/assets/style/global.less @@ -112,6 +112,21 @@ body { } } +.arco-scrollbar-track-direction-vertical { + width: 9px; + + .arco-scrollbar-thumb-bar { + margin: 0; + } +} +.arco-scrollbar-track-direction-horizontal{ + height: 9px; + + .arco-scrollbar-thumb-bar { + margin: 0; + } +} + .a-query-header-grid { .arco-grid-item { &:last-child { diff --git a/orion-ops-ui/src/components/asset/host-group/host-group-tree.vue b/orion-ops-ui/src/components/asset/host-group/host-group-tree.vue index 79632466..6b93e464 100644 --- a/orion-ops-ui/src/components/asset/host-group/host-group-tree.vue +++ b/orion-ops-ui/src/components/asset/host-group/host-group-tree.vue @@ -1,83 +1,85 @@ diff --git a/orion-ops-ui/src/views/asset/grant/components/host-group-tree.vue b/orion-ops-ui/src/views/asset/grant/components/host-group-tree.vue deleted file mode 100644 index d65ea93a..00000000 --- a/orion-ops-ui/src/views/asset/grant/components/host-group-tree.vue +++ /dev/null @@ -1,412 +0,0 @@ - - - - - - - diff --git a/orion-ops-ui/src/views/asset/grant/components/host-group-view-user-grant.vue b/orion-ops-ui/src/views/asset/grant/components/host-group-user-grant.vue similarity index 55% rename from orion-ops-ui/src/views/asset/grant/components/host-group-view-user-grant.vue rename to orion-ops-ui/src/views/asset/grant/components/host-group-user-grant.vue index e6281ff0..164cfa21 100644 --- a/orion-ops-ui/src/views/asset/grant/components/host-group-view-user-grant.vue +++ b/orion-ops-ui/src/views/asset/grant/components/host-group-user-grant.vue @@ -1,20 +1,8 @@