摘要:
首先来看效果图: 代码如下: <template> <div id="yiCdzEcharts" style="width: 130px; height: 230px;"></div> </template> <script> export default { props: ["echartsDat 阅读全文
摘要:
1. 表格整体背景色修改 /* 表格整体背景色 */ ::v-deep .el-table, ::v-deep .el-table__expanded-cell { background-color: transparent !important; } 2. 表格内tr背景色修改 ::v-deep 阅读全文
摘要:
data是接口返回的数据,例如:['交流500kV','交流220kV'] let newData = []; let newData2 = []; const map = { 交流500kV: "500kV", 交流220kV: "220kV", 交流110kV: "110kV", 交流35kV: 阅读全文
摘要:
<template> <div class="tu" id="dashBoard"></div> </template> <script> export default { name: "dashBoard", components: {}, data() { return { datas: 0, 阅读全文
摘要:
<template> <div id="yibiao" style="width: 100%; height: 100%"></div> </template> <script> export default { name: "yibiao", data() { return { datas: 0, 阅读全文
摘要:
<template> <div id="lightset" style="width: 100%; height: 100%"></div> </template> <script> export default { name: "lightset", data() { return { light 阅读全文
摘要:
<template> <div id="energyEcharts" style="width: 100%; height: 100%;"></div> </template> <script> export default { data() { return { } }, mounted() { 阅读全文
摘要:
<template> <div id="energyEcharts" style="width: 100%; height: 100%;"></div> </template> <script> export default { data() { return { } }, mounted() { 阅读全文
摘要:
<template> <div id="righttopecharts" style="width: 100%; height: 100%;"></div> </template> <script> export default { data() { return { } }, mounted() 阅读全文
摘要:
<template> <div id="xxxx" style="width: 100%; height: 100%;"></div> </template> <script> export default { data() { return { } }, mounted() { this.myec 阅读全文