Commit c3e65c37 authored by zhengke's avatar zhengke

修复bug

parent 415607f3
......@@ -162,11 +162,9 @@ const openFilePositionHandler = (item:any)=>{
</script>
<style>
.search-area{
position: relative;
left: calc(50% - 31.8vw - 10px);
/* position: absolute;
left: calc(50% - 19vw - 10px); */
position:absolute;
top:0px;
left: calc(50% - 19vw - 10px);
z-index:9;
}
.search-range-box{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment