|
|
@ -1,10 +1,10 @@ |
|
|
|
<template> |
|
|
|
<template> |
|
|
|
<div> |
|
|
|
<div v-show="currentPage == 'chaxun'"> |
|
|
|
<div v-show="!showedFuncPanel"> |
|
|
|
<div class="m-info"> |
|
|
|
<div class="wrap"> |
|
|
|
<div class="search"> |
|
|
|
<div class="search house-search"> |
|
|
|
<div class="input"> |
|
|
|
<!-- <el-dropdown |
|
|
|
class="select" |
|
|
@ -634,6 +634,10 @@ export default { |
|
|
|
|
|
|
|
<style lang="scss" src="@/assets/scss/modules/search.scss" scoped></style> |
|
|
|
<style lang="scss" scoped> |
|
|
|
.house-search{ |
|
|
|
width: 100% !important; |
|
|
|
// min-width: 750px; |
|
|
|
} |
|
|
|
.logo { |
|
|
|
font-size: 35px; |
|
|
|
font-weight: bold; |
|
|
|