diff --git a/src/views/material/cost/component/examHome.vue b/src/views/material/cost/component/examHome.vue index 96aae383..c1299302 100644 --- a/src/views/material/cost/component/examHome.vue +++ b/src/views/material/cost/component/examHome.vue @@ -1123,7 +1123,7 @@ export default { .tabelColumn { width: 1000px; - height: 50px; + height: 40px; display: flex; align-items: center; border: 1px solid #9c9c9c; @@ -1132,15 +1132,15 @@ export default { } .columnLabel { - height: 50px; - line-height: 50px; + height: 40px; + line-height: 40px; text-align: center; border-left: none; } .columnContent { - height: 50px; - line-height: 50px; + height: 40px; + line-height: 40px; text-align: center; border-left: 1px solid #9c9c9c; } diff --git a/src/views/material/ma/type/index.vue b/src/views/material/ma/type/index.vue index 8c3ddb6a..576ab801 100644 --- a/src/views/material/ma/type/index.vue +++ b/src/views/material/ma/type/index.vue @@ -1107,7 +1107,7 @@ export default { getList() { this.loading = true; getListByMaType(this.queryParams).then((response) => { - if (response.code === 200 && response.data && response.data.rows) { + if (response.code === 200 && response.data ) { this.typeList = response.data.rows this.total = response.data.total }