diff --git a/nezha-fronted/src/assets/css/common.scss b/nezha-fronted/src/assets/css/common.scss index 316e68069..5f841286f 100644 --- a/nezha-fronted/src/assets/css/common.scss +++ b/nezha-fronted/src/assets/css/common.scss @@ -674,6 +674,9 @@ textarea { box-sizing: border-box; } } +.el-dialog__header{ + position: relative; +} .el-message__content{ white-space:pre-line } diff --git a/nezha-fronted/src/assets/css/common/rightBoxCommon.scss b/nezha-fronted/src/assets/css/common/rightBoxCommon.scss index b14872785..3bb16935d 100644 --- a/nezha-fronted/src/assets/css/common/rightBoxCommon.scss +++ b/nezha-fronted/src/assets/css/common/rightBoxCommon.scss @@ -43,6 +43,7 @@ } } } + .right-box__container.pens-data{ height: 100%; padding: 0; diff --git a/nezha-fronted/src/components/common/rightBox/asset/assetBox.vue b/nezha-fronted/src/components/common/rightBox/asset/assetBox.vue index 1e69198b8..ba2f52c8a 100644 --- a/nezha-fronted/src/components/common/rightBox/asset/assetBox.vue +++ b/nezha-fronted/src/components/common/rightBox/asset/assetBox.vue @@ -200,7 +200,7 @@ :rules="[ { required: editAsset.showSSH, message: $t('validate.required'), trigger: 'change' } ]"> - + @@ -210,15 +210,15 @@ -