mirror of
https://gitee.com/hhyykk/ipms-sjy-ui.git
synced 2025-08-08 15:11:52 +08:00
fix: 修复流程分类组不在拖拽状态下也能拖动的问题,优化样式细节
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user