| | |
| | | <tr class="m-color b-font" style="text-align: center">危废情况</tr> |
| | | <tr> |
| | | <td class="w-20 m-color">序号</td> |
| | | <td class="w-20 m-color">废弃物分类</td> |
| | | <td class="w-20 m-color">存储方式</td> |
| | | <td class="w-20 m-color">预估处理量</td> |
| | | <td class="w-20 m-color required">废弃物分类</td> |
| | | <td class="w-20 m-color required">存储方式</td> |
| | | <td class="w-20 m-color required">预估处理量</td> |
| | | <td class="w-20 m-color">操作</td> |
| | | </tr> |
| | | <tr v-for="(item,index) in selectDangerState.wasteList" :key="index"> |
| | |
| | | border-right: none; |
| | | } |
| | | |
| | | &.required { |
| | | &::before { |
| | | content: "*"; |
| | | display: inline-block; |
| | | color: red; |
| | | } |
| | | } |
| | | |
| | | &.w-14 { |
| | | width: calc((100/7)/100 * 100%); |
| | | } |