Vanessa 2024-06-06 09:31:02 +08:00
parent 586cc63ba4
commit a2e34a75db
2 changed files with 83 additions and 72 deletions

View file

@ -474,6 +474,10 @@ export const updateAttrViewCellAnimation = (cellElement: HTMLElement, value: IAV
pin?: boolean,
type?: TAVCol
}) => {
// 属性面板更新列名
if (!cellElement) {
return;
}
if (headerValue) {
updateHeaderCell(cellElement, headerValue);
} else {