@@ -602,6 +602,18 @@ onUnmounted(() => {
border-radius: 4px 0 0 4px;
}
+ .search-input-latlng{
+ width: 260px;
+ height: 38px;
+ border-radius: 0 4px 4px 0;
+ border: 1px solid #dcdfe6;
+ border-left: 0;
+ padding: 0 10px;
+ font-size: 14px;
+ color: #303133;
+ background: #fff;
+ outline: none;
+ }
:deep(#searchInput) {
width: 260px;
height: 38px;