样式优化

master
fanluyan 2 years ago
parent 79535d14e6
commit 03958f5610

@ -84,7 +84,7 @@
>监拍点信息</el-button
>
<el-button type="primary" @click="handleShowErr">
设备信息</el-button
装置信息</el-button
>
<el-button type="primary" @click="handleUpGrade"
>装置升级</el-button
@ -201,7 +201,6 @@ export default {
this.channelOption = [];
this.getChannelList(this.channelId); //id
},
//
getChannelList(id) {
getChannelByTermidJoggle({ termid: id })
@ -285,6 +284,12 @@ export default {
},
//
handlePanel() {
//const nodes = this.$refs.tree.getNode(this.currentNodekey).data; //
//线
// let pannelParmas = {};
// pannelParmas.push({});
console.log(this.channelOption);
this.$refs.pictureTags_ref.display();
},
},
@ -312,6 +317,7 @@ export default {
.el-tree {
.el-tree-node__content {
height: 40px;
font-size: 12px;
}
}
.el-tree--highlight-current
@ -347,7 +353,7 @@ export default {
.setTimebtn {
margin-bottom: 16px;
h3 {
font-size: 16px;
font-size: 14px;
font-weight: normal;
color: @color-text-primary;
margin-bottom: 8px;

@ -146,7 +146,7 @@ export default {
display: inline-block;
line-height: 45px;
color: @color-text-regular;
font-size: 16px;
font-size: 14px;
font-weight: bold;
}
.iconList {

@ -404,7 +404,7 @@ export default {
font-size: 14px;
margin-bottom: 8px;
span {
font-size: 16px;
font-size: 14px;
color: @color-red;
}
}

Loading…
Cancel
Save