CN-1273 fix: 修复知识库编辑页新增color后,左侧step高度异常的问题

This commit is contained in:
chenjinsong
2023-10-16 15:21:34 +08:00
parent c960c60790
commit 85db8cd745
2 changed files with 7 additions and 4 deletions

View File

@@ -1379,7 +1379,7 @@ export default {
// 步骤条控制
const stepHeightConstant = {
collapse: 58,
first: 333,
first: 404,
second: 284,
third: itemListHeight.noData
}