Browse Source

Merge pull request #1371 in DESIGN/design from ~LANLAN/design:release/10.0 to release/10.0

* commit '43609c951816cf5bfee0365556990fc1640c3735':
  REPORT-24689 设计器更新的推送弹窗关闭按钮异常
feature/big-screen
Lanlan 5 years ago
parent
commit
cbefd0422b
  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