|  | @@ -50,6 +50,7 @@ export default {
 | 
	
		
			
				|  |  |              this.$api.house.adminformationdetail({id: this.curObj.id}).then(res => {
 | 
	
		
			
				|  |  |                let curData = res || {}
 | 
	
		
			
				|  |  |                this.cObj = curData || {}
 | 
	
		
			
				|  |  | +              this.content = curData.content || ''
 | 
	
		
			
				|  |  |                this.getDef()
 | 
	
		
			
				|  |  |              })
 | 
	
		
			
				|  |  |            } else {
 | 
	
	
		
			
				|  | @@ -123,7 +124,6 @@ export default {
 | 
	
		
			
				|  |  |  </script>
 | 
	
		
			
				|  |  |  <style lang="scss" scoped>
 | 
	
		
			
				|  |  |  @import '../../../../styles/libEdit.scss';
 | 
	
		
			
				|  |  | -@import '../../../../styles/libEdit.scss';
 | 
	
		
			
				|  |  |  .lib-edit {
 | 
	
		
			
				|  |  |    width: 900px;
 | 
	
		
			
				|  |  |    padding-top: 0;
 |