fix: 修复流程分类组不在拖拽状态下也能拖动的问题,优化样式细节

This commit is contained in:
GoldenZqqqq
2024-10-18 20:49:08 +08:00
parent d818e338e3
commit 498244020d
2 changed files with 17 additions and 5 deletions

View File

@@ -66,6 +66,7 @@
ref="tableRef"
:header-cell-style="{ backgroundColor: isDark ? '' : '#edeff0', paddingLeft: '10px' }"
:cell-style="{ paddingLeft: '10px' }"
:row-style="{ height: '68px' }"
:data="tableData"
row-key="id"
>
@@ -509,9 +510,7 @@ watch(
:deep() {
.el-table__cell {
border-bottom: none !important;
}
.el-table__row {
height: 68px;
overflow: hidden;
}
}
</style>