Преглед изворни кода

查看合同旧数据页面优化调整

梁世豪 пре 6 месеци
родитељ
комит
c307a33f2d

+ 1 - 1
src/main/resources/templates/prjcontract/list.html

@@ -445,7 +445,7 @@
445 445
                         type: 2,
446 446
                         shade: 0.2,
447 447
                         maxmin: true,
448
-                        area: ['950px', layerheight + 'px'],
448
+                        area: ['1050px', layerheight + 'px'],
449 449
                         content: AjaxUtil.ctx + 'prjContract/forXgUpdate/' + data[0].id,
450 450
                         end: function (index) {
451 451
                             // 重载表格

+ 1 - 1
src/main/resources/templates/prjcontract/xg_update.html

@@ -394,7 +394,7 @@
394 394
                 type: 2,
395 395
                 shade: 0.2,
396 396
                 maxmin: true,
397
-                area: ['850px', layerheight + 'px'],
397
+                area: ['950px', layerheight + 'px'],
398 398
                 content: AjaxUtil.ctx + 'prjContract/forView/' + oldHtId
399 399
             });
400 400
         })