zhouwx
2024-09-06 ae36dc20aea3d2f74d893305d9f94a1845d8fa20
src/views/hazardousChemicals/homePage/index.vue
@@ -81,7 +81,7 @@
                  <div style="display: flex;flex-direction: column;margin-left: 20px">
                      <span style="font-size: 16px;font-weight: 600">{{item.description}}
                      </span>
                    <span style="font-size: 14px;color: #8a8f97;margin-top: 5px">{{item.useTime}}</span>
                    <span style="font-size: 14px;color: #8a8f97;margin-top: 5px">{{item.createTime}}</span>
                  </div>
                </div>
                <el-divider style="margin: 15px 0" v-if="index != data.hazmatData.length-1"></el-divider>