|  | @@ -1,6 +1,6 @@
 | 
	
		
			
				|  |  |  <!--  -->
 | 
	
		
			
				|  |  |  <template>
 | 
	
		
			
				|  |  | -  <div class="NPC-ArticleView">
 | 
	
		
			
				|  |  | +  <div class="NPC-ArticleView NPC-ArticleView-container">
 | 
	
		
			
				|  |  |      <div class="ArticleView-header">
 | 
	
		
			
				|  |  |        <el-switch
 | 
	
		
			
				|  |  |          style="display: block"
 | 
	
	
		
			
				|  | @@ -181,6 +181,9 @@ export default {
 | 
	
		
			
				|  |  |  //@import url(); 引入公共css类
 | 
	
		
			
				|  |  |  .NPC-ArticleView {
 | 
	
		
			
				|  |  |    width: 100%;
 | 
	
		
			
				|  |  | +  &.NPC-ArticleView-container {
 | 
	
		
			
				|  |  | +    margin-bottom: 16px;
 | 
	
		
			
				|  |  | +  }
 | 
	
		
			
				|  |  |    .ArticleView-header {
 | 
	
		
			
				|  |  |      display: flex;
 | 
	
		
			
				|  |  |      justify-content: flex-end;
 |