|
@@ -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) {
|