操作按钮处理
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user