diff --git a/src/frontend/src/components/system-log/index.vue b/src/frontend/src/components/system-log/index.vue index c657b2b334..87e5c4ecaa 100644 --- a/src/frontend/src/components/system-log/index.vue +++ b/src/frontend/src/components/system-log/index.vue @@ -242,7 +242,11 @@ } .bk-dialog-body { - padding: 0; + padding: 0 !important; + } + + .bk-dialog-footer { + display: none } } diff --git a/src/frontend/src/css/bk-patch.css b/src/frontend/src/css/bk-patch.css index 78329b6e18..49c52f98b5 100644 --- a/src/frontend/src/css/bk-patch.css +++ b/src/frontend/src/css/bk-patch.css @@ -174,7 +174,7 @@ } .bk-dialog { - top: unset; + top: unset !important; display: inline-block; margin: unset; text-align: initial; diff --git a/src/frontend/src/views/white-ip/index/index.vue b/src/frontend/src/views/white-ip/index/index.vue index 51d8d780a5..ac32718685 100644 --- a/src/frontend/src/views/white-ip/index/index.vue +++ b/src/frontend/src/views/white-ip/index/index.vue @@ -233,6 +233,20 @@ id: 'ipStr', default: true, }, + { + name: I18n.t('whiteIP.生效范围.colHead'), + id: 'actionScopeStr', + children: [ + { + id: 'SCRIPT_EXECUTE', + name: I18n.t('脚本执行'), + }, + { + id: 'FILE_DISTRIBUTIO', + name: I18n.t('文件分发'), + }, + ] + }, { name: I18n.t('whiteIP.目标业务.colHead'), id: 'appIdStr',