操作按钮处理

This commit is contained in:
仲么了
2024-01-31 11:45:36 +08:00
parent 06e716834e
commit 5d09ad3459
3 changed files with 114 additions and 99 deletions

View File

@@ -130,7 +130,7 @@ const computedSearchRow = () => {
}
// 获取第一行放了几个表单
const elFormItem = document.querySelectorAll('#header-form .el-form-item') as HTMLElement[]
const elFormItem = document.querySelectorAll('#header-form .el-form-item') as NodeListOf<HTMLElement>
// 把第一行放不下的复制一份放到headerFormSecond
let width = 0