Home.vue 22 KB

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