commit:修复工作流bug,修复builder报错

This commit is contained in:
Jerry
2024-07-24 17:43:48 +08:00
parent 51ff5033e1
commit bb01172492
77 changed files with 391 additions and 455 deletions

View File

@@ -73,7 +73,9 @@ export class Dialog {
let layerOptions: ANY_OBJECT = {
title: title,
type: 1,
skin: 'layui-layer-page',
skin:
'layui-layer-page ' +
(window.innerWidth <= 1900 ? 'container-default' : 'container-large'),
resize: false,
offset: 'auto',
shadeClose: false,