ws 1 年之前
父节点
当前提交
f322c8f2cc
共有 1 个文件被更改,包括 4 次插入3 次删除
  1. 4 3
      industry-system/industry-da/src/main/resources/static/reportSheet/js/design.js

+ 4 - 3
industry-system/industry-da/src/main/resources/static/reportSheet/js/design.js

@@ -708,7 +708,7 @@ const sceneTable = {
 		layer.open({
 			type: 1,
 			title: '场景管理',
-			area: ['700px', '500px'],
+			area: ['80%', '70%'],
 			btn: ['关闭'],
 			content: this.view(),
 			success: function() {
@@ -740,7 +740,8 @@ const sceneTable = {
 					templet: '#scene-table-img'
 				}, {
 					title: '操作',
-					templet: '#scene-table-tool'
+					templet: '#scene-table-tool',
+					width: 200
 				}]
 			],
 			parseData: function(res) {
@@ -752,7 +753,7 @@ const sceneTable = {
 			},
 			defaultToolbar: [],
 			toolbar: '#scene-table-btn',
-			height: 380
+			height: 500
 		});
 	},
 	delSceneByIdApi: function(id, callback) {