diff --git a/orion-ops-ui/src/assets/style/global.less b/orion-ops-ui/src/assets/style/global.less index b0f3b9fa..5b272bb2 100644 --- a/orion-ops-ui/src/assets/style/global.less +++ b/orion-ops-ui/src/assets/style/global.less @@ -120,6 +120,10 @@ body { color: rgb(var(--arcoblue-6)); } +.span-red { + color: rgb(var(--red-6)); +} + #app { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; diff --git a/orion-ops-ui/src/assets/style/layout.less b/orion-ops-ui/src/assets/style/layout.less index a3154a73..3d160e75 100644 --- a/orion-ops-ui/src/assets/style/layout.less +++ b/orion-ops-ui/src/assets/style/layout.less @@ -75,9 +75,9 @@ box-shadow: 2px 2px 12px rgba(0, 0, 0, .15); } -.card-descriptions { - height: 100%; - overflow-y: auto; +.card-extra-icon { + font-size: 16px; + cursor: pointer; } .usn { diff --git a/orion-ops-ui/src/components/card/list/index.vue b/orion-ops-ui/src/components/card/list/index.vue index 6653a4d8..aab4417a 100644 --- a/orion-ops-ui/src/components/card/list/index.vue +++ b/orion-ops-ui/src/components/card/list/index.vue @@ -25,7 +25,8 @@