dustSheet.vue 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169
  1. <template>
  2. <div class="sheet-bg">
  3. <div class="sheet-bg-inner">
  4. <table class="sheet-content">
  5. <colgroup>
  6. <col width="16" style="width: 9.75pt" span="28" />
  7. <col width="31" style="width: 18.9pt" />
  8. <col width="16" style="width: 9.75pt" span="23" />
  9. </colgroup>
  10. <tbody>
  11. <tr height="30">
  12. <td colspan="52" class="et29 bg0">防尘参数</td>
  13. </tr>
  14. <tr height="30">
  15. <td colspan="3" rowspan="6" class="bg1">煤尘有爆炸性</td>
  16. <td colspan="15" class="et21">掘进除尘</td>
  17. <td colspan="34" class="et21">ZGJFH30、ZGJFH55煤矿井下自动隔爆装置</td>
  18. </tr>
  19. <tr height="30">
  20. <td colspan="4" class="et22">除尘箱</td>
  21. <td colspan="11" class="et22">KCG-350/500D</td>
  22. <td colspan="10" class="et22">安装位置</td>
  23. <td colspan="12" class="et22">工作原理</td>
  24. <td colspan="12" rowspan="5" class="et22">ZGJFH30:Z-装置、G-隔爆、J-机械式、F-粉剂、H-巷道、30-粉剂量30KG</td>
  25. </tr>
  26. <tr height="30">
  27. <td colspan="4" class="et22">风机</td>
  28. <td colspan="11" class="et22">2×30/37KW</td>
  29. <td colspan="10" rowspan="2" class="et22">盘区大巷、工作面顺槽</td>
  30. <td colspan="12" rowspan="4" class="et3">爆炸冲击波冲击触发装置,启动主体装置喷射干粉灭火剂扑灭火焰。</td>
  31. </tr>
  32. <tr height="30">
  33. <td colspan="15" rowspan="3" class="et3">KCG-500D:K-矿用、C-除尘、G-干式、500-处理风量、D-电动。</td>
  34. </tr>
  35. <tr height="30">
  36. <td colspan="10" rowspan="2" class="et22">采掘工作面60~200m内</td>
  37. </tr>
  38. <tr height="20"> </tr>
  39. </tbody>
  40. </table>
  41. <table class="sheet-content">
  42. <colgroup>
  43. <col width="190" style="width: 114pt" />
  44. <col width="205" style="width: 123pt" />
  45. <col width="262" style="width: 157.5pt" />
  46. <col width="305" style="width: 183pt" />
  47. </colgroup>
  48. <tbody>
  49. <tr height="50">
  50. <td class="et2 bg1">掘进队名称</td>
  51. <td class="et2 bg1">除尘风箱型号</td>
  52. <td class="et2 bg1">除尘风机型号</td>
  53. <td class="et2 bg1">压入式风机型号</td>
  54. </tr>
  55. <tr height="50">
  56. <td class="et2">掘锚一队</td>
  57. <td class="et2">KCG500D</td>
  58. <td class="et2">FBCD.NO.6.7-2×37</td>
  59. <td class="et2">FBD--NO.8.0-2×75</td>
  60. </tr>
  61. <tr height="50">
  62. <td class="et2">掘锚二队</td>
  63. <td class="et2">KCG500D</td>
  64. <td class="et2">FBCD.NO.6.7-2×37</td>
  65. <td class="et2">FBDY--NO.7.1-2×45</td>
  66. </tr>
  67. <tr height="50">
  68. <td class="et2">掘锚三队</td>
  69. <td class="et2">KCG350D</td>
  70. <td class="et2">FBCD.NO.6.7-2×37</td>
  71. <td class="et2">FBD--NO.7.5-2×45</td>
  72. </tr>
  73. <tr height="50">
  74. <td class="et2">掘锚五队</td>
  75. <td class="et2">KCG500D</td>
  76. <td class="et2">FBCD.NO.6.7-2×37</td>
  77. <td class="et2">FBDY--NO.7.1-2×45</td>
  78. </tr>
  79. <tr height="50">
  80. <td class="et2">掘锚六队</td>
  81. <td class="et2">KCG500D</td>
  82. <td class="et2">FBCD.NO.7.1-2×30</td>
  83. <td class="et2">FBDY--NO.7.1-2×45</td>
  84. </tr>
  85. <tr height="50">
  86. <td class="et2">掘锚七队</td>
  87. <td class="et2">KCG350D</td>
  88. <td class="et2">FBCD.NO.7.1-2×37</td>
  89. <td class="et2">FBDY--NO.7.1-2×45</td>
  90. </tr>
  91. <tr height="50">
  92. <td class="et2">综掘六队</td>
  93. <td colspan="2" class="et2">KCS1000DZ</td>
  94. <td class="et2">FBDY--NO.6.3-2×30</td>
  95. </tr>
  96. </tbody>
  97. </table>
  98. </div>
  99. </div>
  100. </template>
  101. <script lang="ts" setup>
  102. // 转换工具 https://www.lingdaima.com/table/
  103. </script>
  104. <style lang="less" scoped>
  105. @import url('/@/design/theme.less');
  106. @{theme-deepblue} {
  107. .sheet-bg {
  108. --sheet-bg: url(/@/assets/images/themify/deepblue/sheet-bg.png);
  109. --sheet-header: url(/@/assets/images/themify/deepblue/sheet-header.png);
  110. }
  111. }
  112. .sheet-bg {
  113. --sheet-bg: url(/@/assets/images/vent/sheet-bg.png);
  114. --sheet-header: url(/@/assets/images/vent/sheet-header.png);
  115. width: 100%;
  116. height: 92%;
  117. background-image: var(--sheet-bg);
  118. background-size: 98% 98%;
  119. background-repeat: no-repeat;
  120. background-position: center;
  121. position: relative;
  122. padding: 50px 0;
  123. }
  124. .sheet-bg-inner {
  125. margin: 0 auto;
  126. height: 100%;
  127. overflow-y: auto;
  128. }
  129. .sheet-content {
  130. width: 1260px;
  131. border-spacing: 0;
  132. color: #fff;
  133. margin: 0 auto;
  134. text-align: center;
  135. }
  136. .bg0 {
  137. width: 100%;
  138. height: 73px;
  139. font-size: 20px;
  140. background-image: var(--sheet-header);
  141. background-size: 100% 73px;
  142. background-repeat: no-repeat;
  143. border: none;
  144. }
  145. .bg1 {
  146. background-image: @vent-configurable-dropdown;
  147. background-size: 100% 100%;
  148. background-repeat: no-repeat;
  149. color: @vent-table-action-link;
  150. }
  151. .bg2 {
  152. width: 100%;
  153. height: 93px;
  154. font-size: 20px;
  155. background-image: var(--sheet-header);
  156. background-size: 100% 73px;
  157. background-repeat: no-repeat;
  158. background-position: bottom;
  159. border: none;
  160. padding-top: 20px;
  161. }
  162. table td {
  163. border: 1px solid @vent-gas-tab-border;
  164. font-size: 13px;
  165. padding: 5px;
  166. }
  167. </style>