Commit c28cc488 by 张超军

列表顺序,查询认定

parent 40ea5d68
...@@ -21,6 +21,15 @@ ...@@ -21,6 +21,15 @@
} }
} }
// 去除table表格最底部边框
.el-table__row>td {
border: none;
}
// 去除table表格最底部边框
.el-table::before {
height: 0px;
}
/deep/.el-table .el-table__header-wrapper tr th{ /deep/.el-table .el-table__header-wrapper tr th{
background-color: #ECF1F7!important; background-color: #ECF1F7!important;
font-size: 14px !important; font-size: 14px !important;
...@@ -44,6 +53,52 @@ ...@@ -44,6 +53,52 @@
} }
} }
/deep/.el-table .el-table__cell {
padding: 0 !important;
}
/deep/.el-table__body {
width: 100% !important;
}
/deep/.btn-prev {
cursor: pointer;
i {
cursor: pointer;
}
}
/deep/.btn-next {
cursor: pointer;
i {
cursor: pointer;
}
}
// 分页
/deep/.el-pager {
.number {
background-color: transparent !important;
}
.number.active {
background-color: #055fe7 !important;
box-shadow: 0px 12px 16px 1px rgba(0, 21, 51, 0.03);
border-radius: 6px;
}
.el-icon.more.btn-quicknext.el-icon-more,
.el-icon.more.btn-quickprev.el-icon-more {
background-color: transparent !important;
}
}
/deep/ .btn-prev,
/deep/.btn-next {
background-color: transparent !important;
}
/deep/ .el-pagination__sizes {
position: absolute;
right: 0;
}
// 修改下拉框样式 // 修改下拉框样式
.el-select-dropdown__item { .el-select-dropdown__item {
padding-left: 10px !important; padding-left: 10px !important;
......
/* /*
* @Author: your name * @Author: your name
* @Date: 2021-09-07 09:58:13 * @Date: 2021-09-07 09:58:13
* @LastEditTime: 2022-01-10 12:00:05 * @LastEditTime: 2022-01-12 09:42:28
* @LastEditors: Please set LastEditors * @LastEditors: Please set LastEditors
* @Description: In User Settings Edit * @Description: In User Settings Edit
* @FilePath: \founder_vue\src\router\modules\index.js * @FilePath: \founder_vue\src\router\modules\index.js
...@@ -128,18 +128,6 @@ export default [ ...@@ -128,18 +128,6 @@ export default [
component: () => import('@/views/Editor/ajzwbj.vue') component: () => import('@/views/Editor/ajzwbj.vue')
}, },
{ {
path: '/cxyrd',
name: 'cxyrd',
hidden: false,
icon_d: '/img/cxyrd_d.png',
icon_a: '/img/cxyrd_a.png',
meta: {
title: '查询与认定',
auth: 'C'
},
component: () => import('@/views/cxyrd/QueryConfirm.vue')
},
{
path: '/zljc', path: '/zljc',
name: 'zljc', name: 'zljc',
hidden: false, hidden: false,
...@@ -176,6 +164,18 @@ export default [ ...@@ -176,6 +164,18 @@ export default [
component: () => import('@/views/daxx/Index.vue') component: () => import('@/views/daxx/Index.vue')
}, },
{ {
path: '/cxyrd',
name: 'cxyrd',
hidden: false,
icon_d: '/img/cxyrd_d.png',
icon_a: '/img/cxyrd_a.png',
meta: {
title: '查询与认定',
auth: 'C'
},
component: () => import('@/views/cxyrd/QueryConfirm.vue')
},
{
path: '/AllPersonnelBaseIndex', path: '/AllPersonnelBaseIndex',
name: 'AllPersonnelBaseIndex', name: 'AllPersonnelBaseIndex',
redirect: '/AllPersonnelBase', redirect: '/AllPersonnelBase',
......
...@@ -222,7 +222,6 @@ ...@@ -222,7 +222,6 @@
> >
</el-table-column> </el-table-column>
<el-table-column <el-table-column
fixed="right"
label="操作" label="操作"
width="auto" width="auto"
> >
......
...@@ -1795,7 +1795,9 @@ b { ...@@ -1795,7 +1795,9 @@ b {
} }
.confirm_main { .confirm_main {
width: 100%; width: 100%;
height: 60px; // height: 60px;
height: 620px;
border-bottom: 1px solid #eeeeee;
} }
.confirm_main_table { .confirm_main_table {
margin: 6px 0 15px 0; margin: 6px 0 15px 0;
......
...@@ -125,7 +125,7 @@ ...@@ -125,7 +125,7 @@
</el-tag> </el-tag>
<el-table <el-table
:max-height="height" :height="height"
ref="multipleTable" ref="multipleTable"
:data="tableDate" :data="tableDate"
:row-key="getRowKeys" :row-key="getRowKeys"
...@@ -305,7 +305,7 @@ export default { ...@@ -305,7 +305,7 @@ export default {
width1: 220, width1: 220,
width2: 160, width2: 160,
width3: 110, width3: 110,
height: 550, height: "33rem",
tableDate: [], tableDate: [],
// 当前页数 // 当前页数
currPage: 1, currPage: 1,
...@@ -482,9 +482,9 @@ export default { ...@@ -482,9 +482,9 @@ export default {
this.isShowTip = false; this.isShowTip = false;
this.toggleSelection(); this.toggleSelection();
if (this.isShowTip) { if (this.isShowTip) {
document.getElementsByTagName('body')[0].style.setProperty('--tableHeight', '30.375rem'); // document.getElementsByTagName('body')[0].style.setProperty('--tableHeight', '30.375rem');
} else { } else {
document.getElementsByTagName('body')[0].style.setProperty('--tableHeight', '34.375rem'); // document.getElementsByTagName('body')[0].style.setProperty('--tableHeight', '34.375rem');
} }
}, },
/** /**
...@@ -498,9 +498,9 @@ export default { ...@@ -498,9 +498,9 @@ export default {
this.toggleSelection(); this.toggleSelection();
// this.$set(this.multipleSelection, []) // this.$set(this.multipleSelection, [])
if (this.isShowTip) { if (this.isShowTip) {
document.getElementsByTagName('body')[0].style.setProperty('--tableHeight', '30.375rem'); // document.getElementsByTagName('body')[0].style.setProperty('--tableHeight', '30.375rem');
} else { } else {
document.getElementsByTagName('body')[0].style.setProperty('--tableHeight', '34.375rem'); // document.getElementsByTagName('body')[0].style.setProperty('--tableHeight', '34.375rem');
} }
}, },
/** /**
...@@ -604,7 +604,7 @@ export default { ...@@ -604,7 +604,7 @@ export default {
<style lang="scss" scoped> <style lang="scss" scoped>
// table表的高度 // table表的高度
$tableHeight: var(--tableHeight, 550px); $tableHeight: var(--tableHeight, 33rem);
.czBtn { .czBtn {
width: 72px; width: 72px;
...@@ -674,33 +674,63 @@ $tableHeight: var(--tableHeight, 550px); ...@@ -674,33 +674,63 @@ $tableHeight: var(--tableHeight, 550px);
background: #fe0000; background: #fe0000;
} }
// .footer {
// position: fixed;
// bottom: 0;
// padding: 0 24px;
// box-sizing: border-box;
// margin-top: 16px;
// width: 100%;
// display: flex;
// align-items: center;
// justify-content: space-between;
// .record {
// font-size: 14px;
// font-family: HarmonyOS_Sans_SC;
// color: #666666;
// }
// }
.footer { .footer {
padding: 0 24px; width: 1544px;
box-sizing: border-box; position: absolute;
margin-top: 16px; bottom: 27px;
width: 100%; left: 24px;
display: flex;
align-items: center;
justify-content: space-between;
.record { .record {
font-size: 14px; font-size: 14px;
font-family: HarmonyOS_Sans_SC; font-family: HarmonyOS_Sans_SC;
color: #666666; color: #666666;
} }
.paging {
float: right;
}
} }
// .footer {
// width: 96.5rem;
// position: absolute;
// bottom: 1.6875rem;
// left: 1.5rem;
// }
.content { .content {
margin-top: 24px; margin-top: 15px;
width: 100%; width: 100%;
padding: 0 24px; padding: 0 24px;
box-sizing: border-box; box-sizing: border-box;
.el-tag { .el-tag {
width: 100%; width: 100%;
margin-bottom: 24px; margin-bottom: 15px;
color: #666; color: #666;
span { span {
color: #409eff; color: #409eff;
} }
} }
.el-tag {
color: #055fe7 !important;
height: 32px;
box-sizing: border-box !important;
padding: 0 8px !important;
background: #ddebff;
border-radius: 4px;
}
// 滚动条的宽度 // 滚动条的宽度
/deep/ .el-table__body-wrapper::-webkit-scrollbar { /deep/ .el-table__body-wrapper::-webkit-scrollbar {
width: 6px; // 横向滚动条 width: 6px; // 横向滚动条
...@@ -744,7 +774,7 @@ $tableHeight: var(--tableHeight, 550px); ...@@ -744,7 +774,7 @@ $tableHeight: var(--tableHeight, 550px);
} }
} }
.line { .line {
margin: 24px 0; margin: 15px 0;
width: 100%; width: 100%;
padding: 0 24px; padding: 0 24px;
box-sizing: border-box; box-sizing: border-box;
...@@ -800,9 +830,9 @@ $tableHeight: var(--tableHeight, 550px); ...@@ -800,9 +830,9 @@ $tableHeight: var(--tableHeight, 550px);
} }
} }
} }
/deep/.el-table tr { // /deep/.el-table tr {
height: 55px; // height: 55px;
} // }
/deep/.el-table th > .cell { /deep/.el-table th > .cell {
font-size: 14px; font-size: 14px;
font-family: HarmonyOS_Sans_SC; font-family: HarmonyOS_Sans_SC;
...@@ -836,4 +866,5 @@ $tableHeight: var(--tableHeight, 550px); ...@@ -836,4 +866,5 @@ $tableHeight: var(--tableHeight, 550px);
position: absolute; position: absolute;
right: 0; right: 0;
} }
@import "@/assets/css/globalBase.scss";
</style> </style>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment