.queryDatatitle {
cursor: pointer;
color: var(--titleCustomColor);
font-weight: bold;
font-size: 17px;
align-items: center;
display: flex;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
.updateInput {
width: 350px;
1.失去焦点并鼠标点击外部 dom 元素一次触发事件@blur=“blur”
2.input 定义 ref 为 queryDataName,然后通过如下获取焦点,必须要加$nextTick,不然会报错获取不到dom元素