chore(core): 调整新建文件时的弹出层样式

This commit is contained in:
王立帮
2025-11-18 01:33:37 +08:00
parent 848cee1b90
commit df1719e5e0
12 changed files with 164 additions and 57 deletions

View File

@@ -60,7 +60,6 @@ BU.firmwareLayer = new LayerFirmware({
width: 400,
title: Msg.Lang['nav.btn.burn'],
cancelValue: false,
skin: 'layui-anim layui-anim-scale',
cancel: false,
cancelDisplay: false
});
@@ -71,7 +70,6 @@ BU.firmwareLayer.bind('burn', (info) => {
BU.progressLayer = new LayerProgress({
width: 200,
cancelValue: false,
skin: 'layui-anim layui-anim-scale',
cancel: false,
cancelDisplay: false
});