diff --git a/nezha-fronted/src/components/cli/webSSH.scss b/nezha-fronted/src/components/cli/webSSH.scss index bc397bbc7..75bcbadd4 100644 --- a/nezha-fronted/src/components/cli/webSSH.scss +++ b/nezha-fronted/src/components/cli/webSSH.scss @@ -199,4 +199,7 @@ color: $--theme-color; } } +.sub-list{ + background: #000 !important; +} /* 上滑resize工具条--end */ diff --git a/nezha-fronted/src/components/cli/webSSH.vue b/nezha-fronted/src/components/cli/webSSH.vue index e76bde7a2..c5fbebf6d 100644 --- a/nezha-fronted/src/components/cli/webSSH.vue +++ b/nezha-fronted/src/components/cli/webSSH.vue @@ -1,4 +1,4 @@ - @@ -57,6 +57,18 @@ > + + + {{item.uuid.slice(0,7)}} + + + {{item.title}} @@ -441,6 +453,7 @@ export default { title: title, name: newTabName, circleColor: 1, // 1 grey,2 green, 3 red + uuid: uuid, terminal: { name: newTabName, cols: 225,