字段信息修改
This commit is contained in:
parent
734957ee0e
commit
663810305f
@ -23,6 +23,7 @@
|
|||||||
:data="item.taskPartitionDictList"
|
:data="item.taskPartitionDictList"
|
||||||
style="width: 100%"
|
style="width: 100%"
|
||||||
:show-header="false"
|
:show-header="false"
|
||||||
|
:row-style="{ height: '35px' }" :cell-style="{ padding: '0px' }"
|
||||||
>
|
>
|
||||||
<el-table-column prop="" label="">
|
<el-table-column prop="" label="">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
@ -1366,7 +1367,7 @@ export default {
|
|||||||
// }
|
// }
|
||||||
::v-deep .el-collapse-item__header {
|
::v-deep .el-collapse-item__header {
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
font-weight: 600;
|
// font-weight: 600;
|
||||||
}
|
}
|
||||||
::v-deep .el-collapse-item__wrap {
|
::v-deep .el-collapse-item__wrap {
|
||||||
border-bottom: none;
|
border-bottom: none;
|
||||||
@ -1380,38 +1381,41 @@ export default {
|
|||||||
height: calc(100vh - 119px);
|
height: calc(100vh - 119px);
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
|
::v-deep .el-collapse-item__content{
|
||||||
|
padding-bottom: 0px;
|
||||||
|
|
||||||
|
}
|
||||||
::v-deep table td.el-table__cell:last-child {
|
::v-deep table td.el-table__cell:last-child {
|
||||||
// border-bottom: 1px solid #dfe6ec;
|
// border-bottom: 1px solid #dfe6ec;
|
||||||
border-bottom: none;
|
// border-bottom: none;
|
||||||
}
|
}
|
||||||
.clickall {
|
.clickall {
|
||||||
// width: 167px;
|
width: 167px;
|
||||||
height: 48px;
|
height: 48px;
|
||||||
line-height: 48px;
|
line-height: 48px;
|
||||||
background: #e8f4ff;
|
background: #e8f4ff;
|
||||||
|
|
||||||
/* background: red; */
|
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
font-weight: 600;
|
// font-weight: 600;
|
||||||
}
|
}
|
||||||
.all {
|
.all {
|
||||||
// width: 167px;
|
|
||||||
height: 48px;
|
height: 48px;
|
||||||
line-height: 48px;
|
line-height: 48px;
|
||||||
/* background: red; */
|
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
font-weight: 600;
|
// font-weight: 600;
|
||||||
}
|
}
|
||||||
.collitem {
|
.collitem {
|
||||||
// width: 100%;
|
width: 110%;
|
||||||
// height: 45px;
|
height: 35px;
|
||||||
// padding: 10px;
|
line-height: 35px;
|
||||||
margin-left: 15px;
|
padding-left: 10px;
|
||||||
|
margin-left: -10px;
|
||||||
}
|
}
|
||||||
.allactive {
|
.allactive {
|
||||||
width: 100%;
|
width: 110%;
|
||||||
height: 45px;
|
height: 35px;
|
||||||
padding: 10px;
|
line-height: 35px;
|
||||||
|
padding-left: 10px;
|
||||||
|
margin-left: -10px;
|
||||||
background: #e8f4ff;
|
background: #e8f4ff;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user