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>