@@ -77,7 +77,7 @@ import { | |||
getParkServiceProduct, | |||
getPropertyManage, | |||
} from "@api/index.js"; | |||
import SearchInput from "@views/park-information/components/SearchInput.vue"; | |||
import SearchInput from "@/views/park-information/components/SearchInput.vue"; | |||
import FilterCard from "./components/FilterCard.vue"; | |||
import ParkServiceProduct from "./components/ParkServiceProduct.vue"; | |||
import PropertyManage from "./components/PropertyManage.vue"; |
@@ -82,5 +82,11 @@ export default { | |||
text-align: center; | |||
padding: 0; | |||
} | |||
.pointer { | |||
float: left; | |||
width: 100%; | |||
height: 100%; | |||
line-height: 60px; | |||
} | |||
} | |||
</style> |