diff --git a/nezha-fronted/src/assets/css/common/tableCommon.scss b/nezha-fronted/src/assets/css/common/tableCommon.scss
index 09621e172..c381ad648 100644
--- a/nezha-fronted/src/assets/css/common/tableCommon.scss
+++ b/nezha-fronted/src/assets/css/common/tableCommon.scss
@@ -365,11 +365,20 @@
}
.profile {
.main-list {
- height: calc(100% + 7ncpx);
+ height: calc(100% + 7px);
}
.top-tools {
padding: 0 20px 14px 20px;
}
+ .list-page .nz-table2 .el-table:not(.chart-table) .gutter {
+ position: fixed;
+ right: 21px;
+ height: 42px;
+ border-bottom: 1px solid #E7EAED;
+ background-color: white;
+ -webkit-box-sizing: border-box;
+ box-sizing: border-box;
+ }
}
.operation-dropdown-text {
display: inline-block;
diff --git a/nezha-fronted/src/components/common/language/en.js b/nezha-fronted/src/components/common/language/en.js
index 3b7791e47..79d7a3407 100644
--- a/nezha-fronted/src/components/common/language/en.js
+++ b/nezha-fronted/src/components/common/language/en.js
@@ -153,7 +153,7 @@ const en = {
quickSilent: 'Quick silent',
configEndpoint: 'Config',
generate: 'Generate',
- personalCenter: 'Personal center',
+ personalCenter: 'Profile',
operationRecord: 'Operation record',
changePassword: 'Change password'
},
@@ -1634,7 +1634,7 @@ const en = {
close: 'Close',
enable: 'Enable',
update: 'Update',
- operationRecord: 'Operation record',
+ operationRecord: 'Operation log',
changePassword: 'Change password',
oldPassword: 'Old password',
newPassword: 'New password',
@@ -1645,7 +1645,7 @@ const en = {
email: 'Email',
mobile: 'Mobile',
source: 'Source',
- towFactorAuthentication: 'Tow-Factor Authentication'
+ twoFactorAuthentication: 'Two-Factor Authentication'
},
...enLocale
}
diff --git a/nezha-fronted/src/components/common/rightBox/asset/assetBox.vue b/nezha-fronted/src/components/common/rightBox/asset/assetBox.vue
index 789e5f4e3..2734e8376 100644
--- a/nezha-fronted/src/components/common/rightBox/asset/assetBox.vue
+++ b/nezha-fronted/src/components/common/rightBox/asset/assetBox.vue
@@ -237,7 +237,9 @@
-