diff --git a/src/styles/variables.scss b/src/styles/variables.scss index 91f085f..dc1c3b9 100644 --- a/src/styles/variables.scss +++ b/src/styles/variables.scss @@ -6,7 +6,7 @@ $elNamespace: el; .el-form--inline { display: flex; flex-flow: row wrap; - gap: 40px; + gap: 20px; margin-bottom: 0; .el-form-item { margin-right: 0; @@ -19,13 +19,17 @@ $elNamespace: el; .el-table { border: 1px solid #ebeef5; + border-bottom: none; --el-table-header-bg-color: #f5f7fa; .el-table__header { color: #909399; } + } -.el-pagination--large .btn-next, .el-pagination--large .btn-prev, .el-pagination--large .el-pager li{ +.el-pagination--large .btn-next, +.el-pagination--large .btn-prev, +.el-pagination--large .el-pager li { height: fit-content; line-height: normal; } diff --git a/src/views/enterprises/index.vue b/src/views/enterprises/index.vue index ee7cca9..38edfeb 100644 --- a/src/views/enterprises/index.vue +++ b/src/views/enterprises/index.vue @@ -17,16 +17,6 @@ @keyup.enter="handleQuery" /> - - - - - - - - - - { const typeMatch = qy ? item.region == qy : true; //地区精确匹配 - let test = hy.filter(h => item.tagList.includes(h)) - - console.log('test', test) - const hyMatch = hy ? hy.filter(h => item.tagList.includes(h)) : true const userIdMatch = userId ? item.userId == userId : true diff --git a/src/views/task/index.vue b/src/views/task/index.vue index 69dc0af..f614634 100644 --- a/src/views/task/index.vue +++ b/src/views/task/index.vue @@ -1,98 +1,71 @@ + + + + + + + + + + - - -