1. 增加了海报的图片压缩

2. 优化海报与名片生成的速度
3. 优化后台模板列表的加载速度
4. 动态表单增加了富文本
5. 栏目设置添加角色控制
6. 增加接口调用的控制台调试
This commit is contained in:
cuibaocheng 2021-09-15 17:15:59 +08:00
parent 766af35241
commit e8272f6776

View File

@ -31,7 +31,7 @@
</style>
</head>
<body id="pageArea" class="list">
<div id="toolbar" style="margin-left:{{ (d.currentWindowWidth - 432) / 2 }}px;width:435px;" >
<div id="toolbar" style="margin-left:{{ (d.currentWindowWidth - 432) / 2 }}px;width:460px;" >
<button type="button" class="layui-btn" id="btnAdd" lay-filter="btnAdd">添加区域</button>
<button type="button" class="layui-btn layui-btn-primary" id="btnLock" lay-filter="btnLock">锁定区域</button>
<button type="button" class="layui-btn layui-btn-success" id="updateData" lay-filter="btnLock">快速修改</button>