src/views/intellectInspect/intelligentLine/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/views/intellectInspect/intelligentLine/index.vue
@@ -187,7 +187,6 @@ // 接口获取数据 const getLine = async (id:string) => { debugger let res = await lineApi().getLine({ id: id }); if (res.data.code === '200') { userInfos.value.dataList = res.data.data; @@ -1007,7 +1006,6 @@ justify-content: center; align-items: flex-start; overflow: auto; &::-webkit-scrollbar { width: 0; height: 0; color: transparent; } &::scrollbar { width: 0; height: 0; color: transparent; } }