Browse Source

REPORT-24689 设计器更新的推送弹窗关闭按钮异常

feature/big-screen
Lanlan 5 years ago
parent
commit
43609c9518
  1. 3
      designer-base/src/main/resources/com/fr/design/ui/update/push/pushUpdate.js

3
designer-base/src/main/resources/com/fr/design/ui/update/push/pushUpdate.js

@ -104,8 +104,7 @@ function getMoreInfo() {
function getCloseButton() {
return BI.createWidget({
type: "bi.button",
text: "",
iconCls: "close-font",
text: String.fromCharCode(10005),
cls: "close-btn",
clear: true,
handler: function () {

Loading…
Cancel
Save