diff --git a/nezha-fronted/src/components/cli/webSSH.vue b/nezha-fronted/src/components/cli/webSSH.vue index a39d17d6b..ca024b93b 100644 --- a/nezha-fronted/src/components/cli/webSSH.vue +++ b/nezha-fronted/src/components/cli/webSSH.vue @@ -197,14 +197,28 @@ - +
Connect
+ + + {{selectValue}} + + + + {{item.label}} + + { + this.$get('asset/asset', { pageSize: -1, typeIds: '1,2' }).then(res => { this.assetLoading = false this.assetData = res.data.list }) @@ -1034,6 +1085,18 @@ export default { .custom-footer{ box-shadow: none; } + .header-el-dropdown { + width: 64px; + margin-right: 0; + background: #f5f7fa;; + padding: 0 10px 0 10px; + border-radius: 4px 0 0 4px; + border: 1px solid #dcdfe6; + border-right: none ; + } + /deep/ div.v-selectpage div.sp-input-container div.sp-base { + border-radius: 0 4px 4px 0; + }