Skip to content

Commit

Permalink
Merge pull request #2642 from hLinx/hotfix_master
Browse files Browse the repository at this point in the history
fix: 提示出现高危语句点击弹框外后,执行按钮一直加载中 #2634
  • Loading branch information
hLinx authored Nov 27, 2023
2 parents 11ce157 + 156bf23 commit 92cf7d6
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/frontend/src/utils/assist/script-error-confirm.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,12 @@ const sacnDialog = (resolve, reject) => {
const h = vm.$createElement;
confirmInfo = vm.$bkInfo({
title: I18n.t('脚本中出现高危语句'),
showFooter: false,
width: 450,
maskClose: false,
escClose: false,
draggable: false,
showFooter: false,
closeIcon: false,
width: 450,
subHeader: (h => (
<div>
<div style="font-size: 14px; line-height: 22px; color: #63656E; text-align: center">
Expand Down Expand Up @@ -98,6 +99,8 @@ const preventDialog = (resolve, reject) => {
maskClose: false,
escClose: false,
draggable: false,
showFooter: false,
closeIcon: false,
width: 450,
subHeader: (h => (
<div>
Expand Down

0 comments on commit 92cf7d6

Please sign in to comment.