|  | @@ -48,7 +48,7 @@
 | 
	
		
			
				|  |  |          </el-step>
 | 
	
		
			
				|  |  |      </el-steps>
 | 
	
		
			
				|  |  |  </div> -->
 | 
	
		
			
				|  |  | -                                        <div style="display: flex;">
 | 
	
		
			
				|  |  | +                                        <div class="toppx" style="display: flex;flex-wrap: wrap;">
 | 
	
		
			
				|  |  |                                              <div class="step_icon">主要任务:</div>
 | 
	
		
			
				|  |  |                                              <div v-for="(stepItem, index) in props.row.stepInfo.steps">
 | 
	
		
			
				|  |  |                                                  <div
 | 
	
	
		
			
				|  | @@ -68,7 +68,7 @@
 | 
	
		
			
				|  |  |                                          </div>
 | 
	
		
			
				|  |  |                                          <div v-if="props.row.stepInfo.extraStep.length > 0">
 | 
	
		
			
				|  |  |                                              <br />
 | 
	
		
			
				|  |  | -                                            <div style="display: flex;">
 | 
	
		
			
				|  |  | +                                            <div class="toppx" style="display: flex;flex-wrap: wrap;">
 | 
	
		
			
				|  |  |                                                  <div class="step_icon">额外任务:</div>
 | 
	
		
			
				|  |  |                                                  <div v-for="(stepItem, index) in props.row.stepInfo.extraStep">
 | 
	
		
			
				|  |  |                                                      <div :style="{ 'color': 'black' }">
 | 
	
	
		
			
				|  | @@ -593,4 +593,7 @@ export default {
 | 
	
		
			
				|  |  |  .over_input .el-textarea {
 | 
	
		
			
				|  |  |      width: 70%;
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  | +.toppx>div{
 | 
	
		
			
				|  |  | +    margin-top: 5px;
 | 
	
		
			
				|  |  | +}
 | 
	
		
			
				|  |  |  </style>
 |