diff --git a/nezha-fronted/src/components/cli/console.vue b/nezha-fronted/src/components/cli/console.vue
index 9178bde3b..d710fc787 100644
--- a/nezha-fronted/src/components/cli/console.vue
+++ b/nezha-fronted/src/components/cli/console.vue
@@ -7,7 +7,7 @@
diff --git a/nezha-fronted/src/components/cli/webSSH.scss b/nezha-fronted/src/components/cli/webSSH.scss
index 41dde80a0..88e159984 100644
--- a/nezha-fronted/src/components/cli/webSSH.scss
+++ b/nezha-fronted/src/components/cli/webSSH.scss
@@ -87,9 +87,10 @@
}
.el-tabs__item {
height:30px;
- margin-top: -2px !important;
+ margin-top: -1px !important;
line-height: 30px;
font-size:14px !important;
+ font-weight:normal;
}
.el-tabs__nav-prev {
@@ -98,6 +99,12 @@
.el-tabs__nav-next{
line-height: 30px;
}
+
+ .el-tabs--border-card>.el-tabs__header .el-tabs__item.is-active {
+ border-top: solid 2px $global-text-color-active;
+ height: 29px !important;
+ }
+
.el-menu--horizontal>.el-submenu .el-submenu__title {
height: 29px;
line-height: 29px;
diff --git a/nezha-fronted/src/components/cli/webSSH.vue b/nezha-fronted/src/components/cli/webSSH.vue
index 4a59bdc30..057fa1a8c 100644
--- a/nezha-fronted/src/components/cli/webSSH.vue
+++ b/nezha-fronted/src/components/cli/webSSH.vue
@@ -7,6 +7,7 @@
一
+
+
{{$t('webshell.upload')}}
@@ -140,7 +141,6 @@