updatecode

This commit is contained in:
Nguyen Van Luan/(Nguyen Van Luan)/현장대리인/SK
2025-08-27 12:16:53 +09:00
parent 2ef474fda4
commit abc6709a31
3 changed files with 11 additions and 5 deletions

View File

@ -329,7 +329,7 @@ export class NewCustomEditor {
}
divEl.style.position = 'relative';
divEl.style.top = rowKey === 0 ? '1px' : '3px';
divEl.style.top = rowKey === 0 ? '1px' : '2px';
el.addEventListener('change', (ev) => {
// console.log('props: %o', ev);