样式优化

master
fanluyan 2 years ago
parent 79535d14e6
commit 03958f5610

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

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

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

Loading…
Cancel
Save