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() { function getCloseButton() {
return BI.createWidget({ return BI.createWidget({
type: "bi.button", type: "bi.button",
text: "", text: String.fromCharCode(10005),
iconCls: "close-font",
cls: "close-btn", cls: "close-btn",
clear: true, clear: true,
handler: function () { handler: function () {

Loading…
Cancel
Save