Newer
Older
smartKitchenFront / public / htmlModel / resources / scripts / axure / globals.js
liuyangyingjie on 31 Oct 2022 144 bytes feat(修改问题,添加注释): 整体提交
$axure.internal(function($ax) {
    var _globals = $ax.globals = {};

    $ax.globals.MaxZIndex = 1000;
    $ax.globals.MinZIndex = -1000;

});