字段信息修改

This commit is contained in:
shidongli 2024-07-04 14:22:35 +08:00
parent 734957ee0e
commit 663810305f

View File

@ -23,6 +23,7 @@
:data="item.taskPartitionDictList"
style="width: 100%"
:show-header="false"
:row-style="{ height: '35px' }" :cell-style="{ padding: '0px' }"
>
<el-table-column prop="" label="">
<template slot-scope="scope">
@ -1366,7 +1367,7 @@ export default {
// }
::v-deep .el-collapse-item__header {
font-size: 15px;
font-weight: 600;
// font-weight: 600;
}
::v-deep .el-collapse-item__wrap {
border-bottom: none;
@ -1380,38 +1381,41 @@ export default {
height: calc(100vh - 119px);
overflow-y: auto;
overflow-x: hidden;
::v-deep .el-collapse-item__content{
padding-bottom: 0px;
}
::v-deep table td.el-table__cell:last-child {
// border-bottom: 1px solid #dfe6ec;
border-bottom: none;
// border-bottom: none;
}
.clickall {
// width: 167px;
width: 167px;
height: 48px;
line-height: 48px;
background: #e8f4ff;
/* background: red; */
font-size: 15px;
font-weight: 600;
// font-weight: 600;
}
.all {
// width: 167px;
height: 48px;
line-height: 48px;
/* background: red; */
font-size: 15px;
font-weight: 600;
// font-weight: 600;
}
.collitem {
// width: 100%;
// height: 45px;
// padding: 10px;
margin-left: 15px;
width: 110%;
height: 35px;
line-height: 35px;
padding-left: 10px;
margin-left: -10px;
}
.allactive {
width: 100%;
height: 45px;
padding: 10px;
width: 110%;
height: 35px;
line-height: 35px;
padding-left: 10px;
margin-left: -10px;
background: #e8f4ff;
}
}