dustSheet.vue 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174
  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-green} {
  107. .sheet-bg {
  108. --sheet-bg: url(/@/assets/images/themify/green/vent/sheet-bg.png);
  109. --sheet-header: url(/@/assets/images/themify/green/vent/sheet-header.png);
  110. }
  111. }
  112. @{theme-deepblue} {
  113. .sheet-bg {
  114. --sheet-bg: url(/@/assets/images/themify/deepblue/vent/sheet-bg.png);
  115. --sheet-header: url(/@/assets/images/themify/deepblue/vent/sheet-header.png);
  116. }
  117. }
  118. .sheet-bg {
  119. --sheet-bg: url(/@/assets/images/vent/sheet-bg.png);
  120. --sheet-header: url(/@/assets/images/vent/sheet-header.png);
  121. width: 100%;
  122. height: 92%;
  123. background-image: var(--sheet-bg);
  124. background-size: 98% 98%;
  125. background-repeat: no-repeat;
  126. background-position: center;
  127. position: relative;
  128. padding: 50px 0;
  129. }
  130. .sheet-bg-inner {
  131. margin: 0 auto;
  132. height: 100%;
  133. overflow-y: auto;
  134. }
  135. .sheet-content {
  136. width: 1260px;
  137. border-spacing: 0;
  138. color: #fff;
  139. margin: 0 auto;
  140. text-align: center;
  141. }
  142. .bg0 {
  143. width: 100%;
  144. height: 73px;
  145. font-size: 20px;
  146. background-image: var(--sheet-header);
  147. background-size: 100% 73px;
  148. background-repeat: no-repeat;
  149. border: none;
  150. }
  151. .bg1 {
  152. background-image: @vent-configurable-dropdown;
  153. background-size: 100% 100%;
  154. background-repeat: no-repeat;
  155. color: @vent-table-action-link;
  156. }
  157. .bg2 {
  158. width: 100%;
  159. height: 93px;
  160. font-size: 20px;
  161. background-image: var(--sheet-header);
  162. background-size: 100% 73px;
  163. background-repeat: no-repeat;
  164. background-position: bottom;
  165. border: none;
  166. padding-top: 20px;
  167. }
  168. table td {
  169. border: 1px solid @vent-gas-tab-border;
  170. font-size: 13px;
  171. padding: 5px;
  172. }
  173. </style>