社会资源
This commit is contained in:
		| @@ -4,10 +4,10 @@ | ||||
|  | ||||
| <script> | ||||
| export default { | ||||
|  | ||||
|   name: "resourceClassification" | ||||
| } | ||||
| </script> | ||||
|  | ||||
| <style> | ||||
|  | ||||
| <style lang="scss" scope> | ||||
| .resourceClassification {} | ||||
| </style> | ||||
| @@ -1,7 +1,7 @@ | ||||
| <template> | ||||
|   <ai-list class="resourceList"> | ||||
|     <template slot="title"> | ||||
|       <ai-title title="社会资源" :isShowBottomBorder="true" :isShowArea="true" v-model="areaId" @change="changeAreaId" :instance="instance"> | ||||
|       <ai-title title="社会资源" :isShowBottomBorder="false" :isShowArea="true" v-model="areaId" @change="changeAreaId" :instance="instance"> | ||||
|         <template slot="sub"> | ||||
|           <div>方便成员能够快速找到指定区域内的社区资源</div> | ||||
|         </template> | ||||
|   | ||||
| @@ -4,10 +4,12 @@ | ||||
|  | ||||
| <script> | ||||
| export default { | ||||
|  | ||||
|   name: "resourceManagement", | ||||
| } | ||||
| </script> | ||||
|  | ||||
| <style> | ||||
| <style lang="scss" scope> | ||||
| .resourceManagement { | ||||
|  | ||||
| } | ||||
| </style> | ||||
| @@ -1,13 +1,16 @@ | ||||
| <template> | ||||
|   <div>资源地图</div> | ||||
|   <div class="resourceMap">资源地图</div> | ||||
| </template> | ||||
|  | ||||
| <script> | ||||
| export default { | ||||
|  | ||||
|   name: 'resourceMap', | ||||
| } | ||||
| </script> | ||||
|  | ||||
| <style> | ||||
|  | ||||
| </style> | ||||
| <style lang="scss" scope> | ||||
| .resourceMap { | ||||
|   width: 100%; | ||||
|   height: 100%; | ||||
| } | ||||
|    | ||||
		Reference in New Issue
	
	Block a user