控制器样式调整
parent
57cae4997b
commit
01b3d0e4a3
|
@ -1594,9 +1594,11 @@
|
|||
};
|
||||
},
|
||||
onReady(){
|
||||
if(this.purviewList.indexOf('10')!=-1){
|
||||
setTimeout(() => {
|
||||
this.$refs.collapseView.init();
|
||||
}, 500);
|
||||
}, 1000);
|
||||
}
|
||||
},
|
||||
onLoad(options) {
|
||||
console.log(options);
|
||||
|
@ -1986,7 +1988,7 @@
|
|||
res.data.forEach((el, index) => {
|
||||
this.purviewList.push(el.id.toString())
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
// 控制器状态获取
|
||||
this.getControl_getState();
|
||||
|
@ -2055,6 +2057,7 @@
|
|||
|
||||
// 环流风扇
|
||||
// if(this.purviewList.indexOf('21') != -1){};
|
||||
}
|
||||
}))
|
||||
|
||||
},
|
||||
|
@ -2650,10 +2653,12 @@
|
|||
width: 100%;
|
||||
min-height: 100vh;
|
||||
background-color: #F5F6FA;
|
||||
box-sizing: border-box;
|
||||
padding: 30rpx;
|
||||
|
||||
.content {
|
||||
box-sizing: border-box;
|
||||
padding: 30rpx;
|
||||
// padding: 30rpx;
|
||||
|
||||
::v-deep .uicon-arrow-down {
|
||||
width: 16rpx;
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1903,9 +1903,11 @@ var _default = {
|
|||
},
|
||||
onReady: function onReady() {
|
||||
var _this = this;
|
||||
if (this.purviewList.indexOf('10') != -1) {
|
||||
setTimeout(function () {
|
||||
_this.$refs.collapseView.init();
|
||||
}, 500);
|
||||
}, 1000);
|
||||
}
|
||||
},
|
||||
onLoad: function onLoad(options) {
|
||||
console.log(options);
|
||||
|
@ -2278,7 +2280,6 @@ var _default = {
|
|||
res.data.forEach(function (el, index) {
|
||||
_this5.purviewList.push(el.id.toString());
|
||||
});
|
||||
}
|
||||
|
||||
// 控制器状态获取
|
||||
_this5.getControl_getState();
|
||||
|
@ -2341,6 +2342,7 @@ var _default = {
|
|||
|
||||
// 环流风扇
|
||||
// if(this.purviewList.indexOf('21') != -1){};
|
||||
}
|
||||
});
|
||||
},
|
||||
// getReadControlliShuiControl() {
|
||||
|
|
|
@ -28,10 +28,11 @@
|
|||
width: 100%;
|
||||
min-height: 100vh;
|
||||
background-color: #F5F6FA;
|
||||
box-sizing: border-box;
|
||||
padding: 30rpx;
|
||||
}
|
||||
.controller .content.data-v-a456d474 {
|
||||
box-sizing: border-box;
|
||||
padding: 30rpx;
|
||||
}
|
||||
.controller .content.data-v-a456d474 .uicon-arrow-down {
|
||||
width: 16rpx;
|
||||
|
|
Loading…
Reference in New Issue