Commit c28cc488 by 张超军

列表顺序,查询认定

parent 40ea5d68
......@@ -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{
background-color: #ECF1F7!important;
font-size: 14px !important;
......@@ -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 {
padding-left: 10px !important;
......
/*
* @Author: your name
* @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
* @Description: In User Settings Edit
* @FilePath: \founder_vue\src\router\modules\index.js
......@@ -128,18 +128,6 @@ export default [
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',
name: 'zljc',
hidden: false,
......@@ -176,6 +164,18 @@ export default [
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',
name: 'AllPersonnelBaseIndex',
redirect: '/AllPersonnelBase',
......
......@@ -222,7 +222,6 @@
>
</el-table-column>
<el-table-column
fixed="right"
label="操作"
width="auto"
>
......
......@@ -1795,7 +1795,9 @@ b {
}
.confirm_main {
width: 100%;
height: 60px;
// height: 60px;
height: 620px;
border-bottom: 1px solid #eeeeee;
}
.confirm_main_table {
margin: 6px 0 15px 0;
......
......@@ -125,7 +125,7 @@
</el-tag>
<el-table
:max-height="height"
:height="height"
ref="multipleTable"
:data="tableDate"
:row-key="getRowKeys"
......@@ -305,7 +305,7 @@ export default {
width1: 220,
width2: 160,
width3: 110,
height: 550,
height: "33rem",
tableDate: [],
// 当前页数
currPage: 1,
......@@ -482,9 +482,9 @@ export default {
this.isShowTip = false;
this.toggleSelection();
if (this.isShowTip) {
document.getElementsByTagName('body')[0].style.setProperty('--tableHeight', '30.375rem');
// document.getElementsByTagName('body')[0].style.setProperty('--tableHeight', '30.375rem');
} 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 {
this.toggleSelection();
// this.$set(this.multipleSelection, [])
if (this.isShowTip) {
document.getElementsByTagName('body')[0].style.setProperty('--tableHeight', '30.375rem');
// document.getElementsByTagName('body')[0].style.setProperty('--tableHeight', '30.375rem');
} 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 {
<style lang="scss" scoped>
// table表的高度
$tableHeight: var(--tableHeight, 550px);
$tableHeight: var(--tableHeight, 33rem);
.czBtn {
width: 72px;
......@@ -674,33 +674,63 @@ $tableHeight: var(--tableHeight, 550px);
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 {
padding: 0 24px;
box-sizing: border-box;
margin-top: 16px;
width: 100%;
display: flex;
align-items: center;
justify-content: space-between;
width: 1544px;
position: absolute;
bottom: 27px;
left: 24px;
.record {
font-size: 14px;
font-family: HarmonyOS_Sans_SC;
color: #666666;
}
.paging {
float: right;
}
}
// .footer {
// width: 96.5rem;
// position: absolute;
// bottom: 1.6875rem;
// left: 1.5rem;
// }
.content {
margin-top: 24px;
margin-top: 15px;
width: 100%;
padding: 0 24px;
box-sizing: border-box;
.el-tag {
width: 100%;
margin-bottom: 24px;
margin-bottom: 15px;
color: #666;
span {
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 {
width: 6px; // 横向滚动条
......@@ -744,7 +774,7 @@ $tableHeight: var(--tableHeight, 550px);
}
}
.line {
margin: 24px 0;
margin: 15px 0;
width: 100%;
padding: 0 24px;
box-sizing: border-box;
......@@ -800,9 +830,9 @@ $tableHeight: var(--tableHeight, 550px);
}
}
}
/deep/.el-table tr {
height: 55px;
}
// /deep/.el-table tr {
// height: 55px;
// }
/deep/.el-table th > .cell {
font-size: 14px;
font-family: HarmonyOS_Sans_SC;
......@@ -836,4 +866,5 @@ $tableHeight: var(--tableHeight, 550px);
position: absolute;
right: 0;
}
@import "@/assets/css/globalBase.scss";
</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