fix : 修复项目实施序号对齐
This commit is contained in:
@@ -686,38 +686,7 @@ onMounted(async () => {
|
|||||||
await init()
|
await init()
|
||||||
})
|
})
|
||||||
</script>
|
</script>
|
||||||
<style lang="scss">
|
|
||||||
.execute-apply-table {
|
|
||||||
.el-table__header {
|
|
||||||
.el-table__cell:last-child {
|
|
||||||
.cell {
|
|
||||||
margin-left: -108px !important;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.el-table__body {
|
|
||||||
.el-table__cell:last-child {
|
|
||||||
.cell {
|
|
||||||
margin-left: -108px !important;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.is-leaf:first-child {
|
|
||||||
.cell {
|
|
||||||
margin-left: -18px !important;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.el-table__body {
|
|
||||||
.el-table__cell:first-child {
|
|
||||||
.cell {
|
|
||||||
margin-left: -10px !important;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
<style scoped lang="scss">
|
<style scoped lang="scss">
|
||||||
.oper {
|
.oper {
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
|
|||||||
@@ -149,10 +149,40 @@ const handleUpload = () => {
|
|||||||
handleSearch()
|
handleSearch()
|
||||||
getTagsOption()
|
getTagsOption()
|
||||||
</script>
|
</script>
|
||||||
|
<style lang="scss">
|
||||||
|
.execute-apply-table {
|
||||||
|
//.el-table__header {
|
||||||
|
// .el-table__cell:last-child {
|
||||||
|
// .cell {
|
||||||
|
// margin-left: -108px !important;
|
||||||
|
// }
|
||||||
|
// }
|
||||||
|
//}
|
||||||
|
|
||||||
|
//.el-table__body {
|
||||||
|
// .el-table__cell:last-child {
|
||||||
|
// .cell {
|
||||||
|
// margin-left: -108px !important;
|
||||||
|
// }
|
||||||
|
// }
|
||||||
|
//}
|
||||||
|
.is-leaf:first-child {
|
||||||
|
.cell {
|
||||||
|
margin-left: -25px !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.el-table__body {
|
||||||
|
.el-table__cell:first-child {
|
||||||
|
.cell {
|
||||||
|
margin-left: -13px !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</style>
|
||||||
<style scoped>
|
<style scoped>
|
||||||
:deep(.el-table--fit ) {
|
:deep(.el-table--fit ) {
|
||||||
height: 311px !important;
|
height: 311px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user