Home.vue 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856
  1. <template>
  2. <div>
  3. <div class="btn-group-tabs">
  4. <BtnGroup2 :btnGroups="btnGroupsss" :rowIndex="rowIndex" :index="selectIndex" @select="select"></BtnGroup2>
  5. </div>
  6. <div class="wind-site-home">
  7. <div class="mg-b-16">
  8. <btn-group-double :btnGroups="btnGroups" :rowIndex="0" :index="1" @select="select" />
  9. </div>
  10. <row>
  11. <wind-site-weather :time="nowTime" :data="tqmap" />
  12. <panel-3 class="wind-site-info">
  13. <row align="middle">
  14. <div class="info-item">
  15. <div class="value">{{ jczbmap.zjrl }}</div>
  16. <div class="text">装机容量</div>
  17. </div>
  18. <div class="info-item">
  19. <div class="value">{{ jczbmap.rfdl }}</div>
  20. <div class="text">日发电量</div>
  21. </div>
  22. <div class="info-item">
  23. <div class="value">{{ jczbmap.yfdl }}</div>
  24. <div class="text">月发电量</div>
  25. </div>
  26. <div class="info-item">
  27. <div class="value">{{ jczbmap.nfdl }}</div>
  28. <div class="text">年发电量</div>
  29. </div>
  30. <div class="info-item">
  31. <div class="value">{{ jczbmap.ylyxs }}</div>
  32. <div class="text">月利用小时</div>
  33. </div>
  34. <div class="info-item">
  35. <div class="value">{{ jczbmap.nlyxs }}</div>
  36. <div class="text">年利用小时</div>
  37. </div>
  38. <div class="info-item">
  39. <div class="value">{{ jczbmap.ssfs }}</div>
  40. <div class="text">实时风速</div>
  41. </div>
  42. <div class="info-item">
  43. <div class="value">{{ jczbmap.sjgl }}</div>
  44. <div class="text">实时功率</div>
  45. </div>
  46. </row>
  47. </panel-3>
  48. <panel-3 class="wind-running-info">
  49. <row align="middle">
  50. <div class="fengji">
  51. <div class="fengji-icon svg-icon svg-icon-white">
  52. <svg-icon class="" svgid="svg-风机" />
  53. </div>
  54. <div class="info">
  55. <div class="text green">接入风机</div>
  56. <div class="value">{{ jczbmap.jrts }}</div>
  57. </div>
  58. </div>
  59. <div class="situation">
  60. <row class="icon-status">
  61. <div class="status ">
  62. <span class="svg-icon svg-icon-purple">
  63. <svg-icon svgid="svg-standby" />
  64. </span>
  65. <span class="text purple">
  66. 待机
  67. </span>
  68. </div>
  69. <div class="status ">
  70. <span class="svg-icon svg-icon-green">
  71. <svg-icon svgid="svg-normal-power" />
  72. </span>
  73. <span class="text green">
  74. 运行
  75. </span>
  76. </div>
  77. <div class="status ">
  78. <span class="svg-icon svg-icon-pink">
  79. <svg-icon svgid="svg-limit-power" style="margin:3px 0.3704vh -3px 0;" />
  80. </span>
  81. <span class="text pink">
  82. 限电
  83. </span>
  84. </div>
  85. <div class="status ">
  86. <span class="svg-icon svg-icon-red">
  87. <svg-icon svgid="svg-gz-downtime" />
  88. </span>
  89. <span class="text red">
  90. 故障
  91. </span>
  92. </div>
  93. <div class="status ">
  94. <span class="svg-icon svg-icon-orange">
  95. <svg-icon svgid="svg-jx-downtime" />
  96. </span>
  97. <span class="text orange">
  98. 检修
  99. </span>
  100. </div>
  101. <div class="status ">
  102. <span class="svg-icon svg-icon-gray">
  103. <svg-icon svgid="svg-offline" />
  104. </span>
  105. <span class="text gray">
  106. 离线
  107. </span>
  108. </div>
  109. <div class="status ">
  110. <span class="svg-icon svg-icon-white">
  111. <svg-icon svgid="svg-intranet-involvement" />
  112. </span>
  113. <span class="text white">
  114. 受累
  115. </span>
  116. </div>
  117. </row>
  118. <row>
  119. <div class="status">
  120. <span class="text gray">
  121. 待风
  122. </span>
  123. <span class="value">
  124. {{ jczbmap.djnum }}
  125. </span>
  126. </div>
  127. <div class="status">
  128. <span class="text gray">
  129. 正常出力
  130. </span>
  131. <span class="value">
  132. {{ jczbmap.zcfdnum }}
  133. </span>
  134. </div>
  135. <div class="status">
  136. <span class="text gray">
  137. 降出力
  138. </span>
  139. <span class="value">
  140. {{ jczbmap.xdjclnum }}
  141. </span>
  142. </div>
  143. <div class="status">
  144. <span class="text gray">
  145. 故障停机
  146. </span>
  147. <span class="value">
  148. {{ jczbmap.gztjnum }}
  149. </span>
  150. </div>
  151. <div class="status">
  152. <span class="text gray">
  153. 检修停机
  154. </span>
  155. <span class="value">
  156. {{ jczbmap.jxtjnum }}
  157. </span>
  158. </div>
  159. <div class="status">
  160. <span class="text gray">
  161. 电网
  162. </span>
  163. <span class="value">
  164. {{ jczbmap.dwslnum }}
  165. </span>
  166. </div>
  167. <div class="status">
  168. <span class="text gray">
  169. 离线
  170. </span>
  171. <span class="value">
  172. {{ jczbmap.lxnum }}
  173. </span>
  174. </div>
  175. </row>
  176. </div>
  177. </row>
  178. </panel-3>
  179. </row>
  180. <div class="first-info mg-t-16 mg-b-16">
  181. <div style="flex:0 1 450px;">
  182. <panel title="场站">
  183. <station height="18.519vh" />
  184. </panel>
  185. </div>
  186. <div class="mg-l-16" style="flex:1 1 auto;" ref="lineChart">
  187. <panel title="4小时功率曲线图">
  188. <multiple-line-chart height="18.519vh" v-if="Powertrend" :list="Powertrend.value" :units="Powertrend.units"
  189. :showLegend="true" />
  190. </panel>
  191. </div>
  192. <div class="mg-l-16" style="flex:0 0 400px;">
  193. <panel class="light-matrix-panel">
  194. <light-matrix :list="fjmap" />
  195. </panel>
  196. </div>
  197. </div>
  198. <row>
  199. <Col :span="8">
  200. <panel title="日度损失电量分析">
  201. <dual-pie-chart :innerData="pieChartData.dayData" :outerData="pieChartData.dayData" height="21.296vh" />
  202. </panel>
  203. </Col>
  204. <Col :span="8">
  205. <panel title="月度损失电量分析">
  206. <dual-pie-chart :innerData="pieChartData.monthData" :outerData="pieChartData.monthData" height="21.296vh" />
  207. </panel>
  208. </Col>
  209. <Col :span="8">
  210. <panel title="年度损失电量分析">
  211. <dual-pie-chart :innerData="pieChartData.yearData" :outerData="pieChartData.yearData" height="21.296vh" />
  212. </panel>
  213. </Col>
  214. </row>
  215. <row>
  216. <Col :span="8">
  217. <panel title="日度损失电量分析">
  218. <hover-bar-chart :list="dayLost" height="21.296vh" />
  219. </panel>
  220. </Col>
  221. <Col :span="8">
  222. <panel title="日发电量对比">
  223. <multiple-bar-chart height="21.296vh" :list="CompleteElectricity.data" :units="CompleteElectricity.units"
  224. :showLegend="true" />
  225. </panel>
  226. </Col>
  227. <Col :span="8">
  228. <panel title="月发电量对比">
  229. <normal-line-chart height="21.296vh" :list="MonthCompare.value" :units="MonthCompare.units" />
  230. </panel>
  231. </Col>
  232. </row>
  233. </div>
  234. </div>
  235. </template>
  236. <script>
  237. import HoverBarChart from "../../../../components/chart/bar/hover-bar-chart.vue";
  238. import MultipleBarChart from "../../../../components/chart/bar/multiple-bar-chart.vue";
  239. import MultipleLineChart from "../../../../components/chart/line/double-line-chart.vue";
  240. import NormalLineChart from "../../../../components/chart/line/normal-line-chart.vue";
  241. import DualPieChart from "../../../../components/chart/pie/dual-pie-chart.vue";
  242. import BtnGroupDouble from "../../../../components/coms/btn/btn-group-double.vue";
  243. import Col from "../../../../components/coms/grid/col.vue";
  244. import Row from "../../../../components/coms/grid/row.vue";
  245. import SvgIcon from "../../../../components/coms/icon/svg-icon.vue";
  246. import Panel from "../../../../components/coms/panel/panel.vue";
  247. import Panel3 from "../../../../components/coms/panel/panel3.vue";
  248. import LightMatrix from "./light-matrix.vue";
  249. import Station from "./Station.vue";
  250. import WindSiteWeather from "./wind-site-weather.vue";
  251. import BtnGroup2 from "@com/coms/btn/btn-group-double.vue";
  252. export default {
  253. // 名称
  254. name: "WindSiteHome",
  255. // 使用组件
  256. components: { BtnGroup2, WindSiteWeather, Row, Col, Panel, DualPieChart, MultipleLineChart, Panel3, SvgIcon, HoverBarChart, MultipleBarChart, NormalLineChart, LightMatrix, BtnGroupDouble, Station },
  257. // 数据
  258. data () {
  259. return {
  260. timmer: null, // 计时器
  261. timmer2: null,
  262. nowTime: "", // 时间
  263. fjmap: [], // 分机矩阵
  264. tqmap: {}, // 天气数据
  265. glvos: {}, // 72小时功率曲线图
  266. wxssmap: {}, // 五项损失饼图数据
  267. jczbmap: {}, // 顶部基础数据
  268. dayLost: [], // 日度损失电量分析柱状图
  269. donePower: [], // 完成电量柱状图
  270. // 饼图数据
  271. pieChartData: {
  272. // 日度
  273. dayData: [
  274. {
  275. title: "",
  276. value: [],
  277. },
  278. ],
  279. // 月度
  280. monthData: [
  281. {
  282. title: "",
  283. value: [],
  284. },
  285. ],
  286. // 年度
  287. yearData: [
  288. {
  289. title: "",
  290. value: [],
  291. },
  292. ],
  293. },
  294. // 完成电量
  295. CompleteElectricity: {
  296. data: [
  297. {
  298. title: "发电量",
  299. yAxisIndex: 0,
  300. value: [],
  301. },
  302. {
  303. title: "预测电量",
  304. yAxisIndex: 0,
  305. value: [],
  306. },
  307. ],
  308. units: ["", ""],
  309. },
  310. // 4小时功率曲线图
  311. Powertrend: {
  312. value: [
  313. {
  314. title: "",
  315. value: [],
  316. },
  317. ],
  318. },
  319. // 月发电量对比
  320. MonthCompare: {
  321. units: ["(MK)"],
  322. value: [
  323. {
  324. title: "月发电量",
  325. yAxisIndex: 0,
  326. value: [],
  327. },
  328. {
  329. title: "月预测电量",
  330. yAxisIndex: 0,
  331. value: [],
  332. },
  333. ],
  334. },
  335. selectIndex: 0,
  336. rowIndex: 0,
  337. btnGroupsss: [
  338. {
  339. icon: "svg-wind-site",
  340. btns: [],
  341. },
  342. {
  343. icon: "svg-photovoltaic",
  344. btns: [],
  345. },
  346. ],
  347. };
  348. },
  349. // 函数
  350. methods: {
  351. getWp () {
  352. let that = this;
  353. that.API.requestData({
  354. method: "GET",
  355. subUrl: "powercompare/windfarmAllAjax",
  356. success (res) {
  357. let btnGroups = [
  358. {
  359. icon: "svg-wind-site",
  360. btns: [],
  361. },
  362. {
  363. icon: "svg-photovoltaic",
  364. btns: [],
  365. },
  366. ];
  367. res.data.forEach((ele, index) => {
  368. if (ele.id.indexOf("FDC") !== -1) {
  369. btnGroups[0].btns.push({
  370. text: ele.name,
  371. code: ele.id,
  372. });
  373. } else {
  374. btnGroups[1].btns.push({
  375. text: ele.name,
  376. code: ele.id,
  377. });
  378. }
  379. });
  380. that.btnGroupsss = btnGroups;
  381. that.renderBtnActiveIndex();
  382. },
  383. });
  384. },
  385. renderBtnActiveIndex () {
  386. this.btnGroupsss.forEach((pEle, pIndex) => {
  387. pEle.btns.forEach((cEle, cIndex) => {
  388. if (cEle.code === this.wpId) {
  389. this.rowIndex = pIndex;
  390. this.selectIndex = cIndex;
  391. }
  392. });
  393. });
  394. },
  395. select (res) {
  396. this.$router.replace({
  397. path: `/monitor/windsite/home/${res.code}`,
  398. });
  399. },
  400. // 根据风机状态码返回对应 class
  401. getColor (fjzt) {
  402. switch (fjzt) {
  403. case 0:
  404. return "green";
  405. case 1:
  406. return "blue";
  407. case 2:
  408. return "red";
  409. case 3:
  410. return "gray";
  411. case 4:
  412. return "orange";
  413. case 5:
  414. return "purple";
  415. case 6:
  416. return "write";
  417. }
  418. },
  419. // 请求服务
  420. requestData (showLoading) {
  421. this.requestWpInfo(showLoading);
  422. },
  423. // 获取场站监视数据
  424. requestWpInfo (showLoading) {
  425. let that = this;
  426. that.API.requestData({
  427. showLoading,
  428. method: "POST",
  429. subUrl: "monitor/findWpInfoBywpId",
  430. data: {
  431. wpId: that.wpId,
  432. },
  433. success (res) {
  434. if (res.data) {
  435. that.tqmap = res.data.tqmap;
  436. let fjmap = [];
  437. let keys = ["value1", "value2", "value3", "value4", "value5", "value6", "value7", "value9"];
  438. let Powertrend = {
  439. // 图表所用单位
  440. units: ["(万KWh)", "(风速)"],
  441. value: [
  442. {
  443. title: "应发功率",
  444. smooth: true, // 使用单位
  445. value: [],
  446. },
  447. {
  448. title: "实发功率",
  449. smooth: true, // 使用单位
  450. value: [],
  451. },
  452. {
  453. title: "理论功率",
  454. smooth: true, // 使用单位
  455. value: [],
  456. },
  457. {
  458. title: "预测功率",
  459. smooth: true, // 使用单位
  460. value: [],
  461. },
  462. {
  463. title: "保证功率",
  464. smooth: true, // 使用单位
  465. value: [],
  466. },
  467. {
  468. title: "平均风速",
  469. smooth: true, // 使用单位
  470. value: [],
  471. },
  472. {
  473. title: "小时预测功率",
  474. smooth: true, // 使用单位
  475. value: [],
  476. },
  477. {
  478. title: "最有功率律",
  479. smooth: true, // 使用单位
  480. value: [],
  481. },
  482. ],
  483. };
  484. let dayPieChartKey = [
  485. {
  486. key: "gzssdl",
  487. name: "故障损失电量",
  488. },
  489. {
  490. key: "jxssdl",
  491. name: "检修损失电量",
  492. },
  493. {
  494. key: "qfssdl",
  495. name: "性能损失电量",
  496. },
  497. {
  498. key: "slssdl",
  499. name: "受累损失电量",
  500. },
  501. {
  502. key: "xdssdl",
  503. name: "限电损失电量",
  504. },
  505. ];
  506. // 饼图 1 数据
  507. let dayData = [];
  508. // 饼图 2 数据
  509. let monthData = [];
  510. // 饼图 2 数据
  511. let yearData = [];
  512. res.data.fjjzmap.fjmap[0].forEach((ele) => {
  513. fjmap.push({
  514. tag: ele.wtnum,
  515. wtId: ele.wtId,
  516. wpId: ele.wpId,
  517. color: that.getColor(ele.fjzt),
  518. });
  519. });
  520. keys.forEach((key, keyIndex) => {
  521. res.data.glvos.forEach((ele) => {
  522. Powertrend.value[keyIndex].value.push({
  523. text: new Date(ele.time).formatDate("hh:mm"),
  524. value: ele[key],
  525. });
  526. });
  527. });
  528. dayPieChartKey.forEach((ele) => {
  529. dayData.push({
  530. value: res.data.wxssmap["r" + ele.key],
  531. unit: "万kwh",
  532. name: ele.name,
  533. });
  534. monthData.push({
  535. value: res.data.wxssmap["y" + ele.key] || 0,
  536. unit: "万kwh",
  537. name: ele.name,
  538. });
  539. yearData.push({
  540. value: res.data.wxssmap["n" + ele.key] || 0,
  541. unit: "万kwh",
  542. name: ele.name,
  543. });
  544. });
  545. that.fjmap = fjmap;
  546. that.Powertrend = Powertrend;
  547. that.jczbmap = res.data.jczbmap;
  548. that.pieChartData = {
  549. dayData,
  550. monthData,
  551. yearData,
  552. };
  553. } else {
  554. that.fjmap = [];
  555. that.Powertrend = {};
  556. that.jczbmap = {};
  557. that.pieChartData = {
  558. dayData: [],
  559. monthData: [],
  560. yearData: [],
  561. };
  562. }
  563. },
  564. });
  565. },
  566. // 获取日度损失电量分析
  567. requestLoss (showLoading) {
  568. let that = this;
  569. that.API.requestData({
  570. showLoading,
  571. method: "POST",
  572. subUrl: "monitor/findLossWpBar",
  573. data: {
  574. wpId: that.wpId,
  575. },
  576. success (res) {
  577. let dayLost = [];
  578. res.data.forEach((ele) => {
  579. dayLost.push({
  580. text: ele.timestr,
  581. value: ele.value1,
  582. });
  583. });
  584. that.dayLost = dayLost;
  585. },
  586. });
  587. },
  588. // 获取完成电量
  589. requestPower (showLoading) {
  590. let that = this;
  591. that.API.requestData({
  592. showLoading,
  593. method: "POST",
  594. subUrl: "monitor/findPowerWpBar",
  595. data: {
  596. wpId: that.wpId,
  597. },
  598. success (res) {
  599. let data = [
  600. {
  601. title: "发电量",
  602. yAxisIndex: 0,
  603. value: [],
  604. },
  605. {
  606. title: "预测电量",
  607. yAxisIndex: 0,
  608. value: [],
  609. },
  610. ];
  611. res.data.forEach((ele) => {
  612. data[0].value.push({
  613. text: ele.timestr,
  614. value: ele.value1 || 0,
  615. });
  616. data[1].value.push({
  617. text: ele.timestr,
  618. value: ele.value2 || 0,
  619. });
  620. });
  621. that.CompleteElectricity.data = data;
  622. },
  623. });
  624. },
  625. // 获取月发电量对比
  626. requestMonthPower (showLoading) {
  627. let that = this;
  628. that.API.requestData({
  629. showLoading,
  630. method: "POST",
  631. subUrl: "monitor/findMonthPowerWpBar",
  632. data: {
  633. wpId: that.wpId,
  634. },
  635. success (res) {
  636. let data = [
  637. {
  638. title: "月发电量",
  639. yAxisIndex: 0,
  640. value: [],
  641. },
  642. {
  643. title: "月预测电量",
  644. yAxisIndex: 0,
  645. value: [],
  646. },
  647. ];
  648. res.data.forEach((ele) => {
  649. data[0].value.push({
  650. text: ele.timestr,
  651. value: ele.value1,
  652. });
  653. data[1].value.push({
  654. text: ele.timestr,
  655. value: ele.value2,
  656. });
  657. });
  658. that.MonthCompare.value = data;
  659. },
  660. });
  661. },
  662. },
  663. created () {
  664. let that = this;
  665. that.wpId = that.$route.params.wpId;
  666. that.$nextTick(() => {
  667. that.getWp();
  668. that.requestData(false);
  669. that.requestLoss(false);
  670. that.requestPower(false);
  671. that.requestMonthPower(false);
  672. that.timmer = setInterval(() => {
  673. that.requestData(false);
  674. }, 60000);
  675. that.timmer2 = setInterval(() => {
  676. that.nowTime = new Date().formatDate("hh:mm:ss");
  677. }, 1000);
  678. });
  679. },
  680. mounted () { },
  681. unmounted () {
  682. clearInterval(this.timmer);
  683. clearInterval(this.timmer2);
  684. this.timmer = null;
  685. this.timmer2 = null;
  686. },
  687. watch: {
  688. $route (res) {
  689. this.wpId = res.params.wpId;
  690. if (res.params.wpId) {
  691. this.requestData(false);
  692. this.renderBtnActiveIndex();
  693. }
  694. },
  695. },
  696. };
  697. </script>
  698. <style lang="less">
  699. .wind-site-home {
  700. .first-info {
  701. display: flex;
  702. }
  703. .wind-site-info {
  704. margin-left: 0.7407vh;
  705. flex: 1 0 auto;
  706. padding: 8px;
  707. & > .row {
  708. height: 100%;
  709. }
  710. .info-item {
  711. text-align: center;
  712. flex: 1;
  713. .value {
  714. font-size: 14px;
  715. margin-bottom: 8px;
  716. }
  717. .text {
  718. font-size: 12px;
  719. color: @gray;
  720. }
  721. }
  722. }
  723. .wind-running-info {
  724. margin-left: 8px;
  725. padding: 8px;
  726. flex: 1 1 auto;
  727. & > .row {
  728. height: 100%;
  729. }
  730. .fengji {
  731. display: flex;
  732. align-content: center;
  733. flex: 0 0 auto;
  734. .fengji-icon {
  735. padding: 12px;
  736. border-radius: 50%;
  737. box-shadow: inset 1.5px -1px 1px 0px @green;
  738. svg {
  739. width: 32px;
  740. height: 32px;
  741. }
  742. }
  743. .info {
  744. display: flex;
  745. flex-direction: column;
  746. justify-content: center;
  747. .text {
  748. font-size: 12px;
  749. margin-bottom: 1.111vh;
  750. }
  751. .value {
  752. text-align: right;
  753. font-size: 24px;
  754. }
  755. }
  756. }
  757. .situation {
  758. flex: 1 1 auto;
  759. margin-left: 1.481vh;
  760. .row + .row {
  761. margin: 0;
  762. }
  763. .status {
  764. flex: 1;
  765. width: 75px;
  766. display: flex;
  767. align-items: center;
  768. padding: 4px 0;
  769. svg {
  770. width: 18px;
  771. height: 18px;
  772. margin-right: 4px;
  773. }
  774. .text {
  775. font-size: 12px;
  776. flex: auto;
  777. }
  778. .value {
  779. font-size: 12px;
  780. padding-right: 0.741vh;
  781. }
  782. }
  783. .icon-status {
  784. .text {
  785. font-size: 12px;
  786. font-weight: 600;
  787. }
  788. }
  789. }
  790. }
  791. .light-matrix-panel {
  792. height: 100%;
  793. .panel-body {
  794. height: 100%;
  795. }
  796. }
  797. }
  798. .btn-group-tabs {
  799. display: flex;
  800. flex-direction: row;
  801. }
  802. </style>