Home.vue 22 KB

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