犯罪嫌疑人X
您需要为自动完成容器提供绝对和 z-index 样式添加这个CSS -.autocomplete-dropdown-container{ position: "absolute"; z-index: 1000;}编辑:我使用的 css 有效-.location-search-input,.location-search-input:focus,.location-search-input:active { box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08); border: honeydew; display: block; width: 100%; padding: 16px; font-size: 16px; border-radius: 2px; outline: none;}.autocomplete-dropdown-container { border-bottom: honeydew; border-left: honeydew; border-right: honeydew; border-top: 1px solid #e6e6e6; box-shadow: 0 2px 4px rgba(0,0,0,0.2); position: absolute; z-index: 1000; border-radius: 0 0 2px 2px;}