diff --git a/nezha-fronted/src/assets/css/common/rightBoxCommon.scss b/nezha-fronted/src/assets/css/common/rightBoxCommon.scss index 04dad3bfd..ead66c37f 100644 --- a/nezha-fronted/src/assets/css/common/rightBoxCommon.scss +++ b/nezha-fronted/src/assets/css/common/rightBoxCommon.scss @@ -315,6 +315,12 @@ margin-top: 0 !important; margin-bottom: 0 !important; } +.api-select.right-public-box-select-top.right-public-box-dropdown-top { + width: 210px; + text-overflow: ellipsis; + overflow: hidden; + white-space: nowrap; +} .dc-dropdown.right-public-box-dropdown-top,.right-public-box-select-top.right-public-box-dropdown-top { margin: 5px 0 !important; } diff --git a/nezha-fronted/src/components/common/elementSet.vue b/nezha-fronted/src/components/common/elementSet.vue index 9dcd22fc5..e4ea8a59d 100644 --- a/nezha-fronted/src/components/common/elementSet.vue +++ b/nezha-fronted/src/components/common/elementSet.vue @@ -1,5 +1,5 @@