查找栏有一个附加组件,可让您对其进行自定义。
另外,一点 CSS hack 也可以做到这一点......
尝试:
#FindToolbar {
position: fixed !important;
border: 0px solid transparent;
border-top: none;
border-radius: 0px 0px 0px 0px;
background: inherit;
top:48px;
left:2px;
background-position: 78% -40px;
}Run Code Online (Sandbox Code Playgroud)
但这可能会产生一些问题,在 UI 中移动其他元素。