|  | @@ -1076,7 +1076,7 @@
 | 
	
		
			
				|  |  |              <el-input type="textarea" v-model="form.desc"></el-input>
 | 
	
		
			
				|  |  |            </el-form-item>
 | 
	
		
			
				|  |  |    
 | 
	
		
			
				|  |  | -           <el-form-item label=" 边界类型" :label-width="formLabelWidth">
 | 
	
		
			
				|  |  | +           <el-form-item label=" 边界类型" :label-width="formLabelWidth2">
 | 
	
		
			
				|  |  |        <el-select 
 | 
	
		
			
				|  |  |                    size="mini"
 | 
	
		
			
				|  |  |                    @change="boundaryChange"
 | 
	
	
		
			
				|  | @@ -1092,7 +1092,7 @@
 | 
	
		
			
				|  |  |                    </el-option>
 | 
	
		
			
				|  |  |                  </el-select>
 | 
	
		
			
				|  |  |          </el-form-item>
 | 
	
		
			
				|  |  | -            <el-form-item label=" 外流类型" :label-width="formLabelWidth">
 | 
	
		
			
				|  |  | +            <el-form-item label=" 外流类型" :label-width="formLabelWidth2">
 | 
	
		
			
				|  |  |                  <el-select
 | 
	
		
			
				|  |  |                    size="mini"
 | 
	
		
			
				|  |  |                    @change="conditionsChange"
 | 
	
	
		
			
				|  | @@ -1278,10 +1278,10 @@
 | 
	
		
			
				|  |  |                      v-model="parameterObj.nmlParam.turbulence_sweeps"
 | 
	
		
			
				|  |  |                    ></el-input>
 | 
	
		
			
				|  |  |                  </li>
 | 
	
		
			
				|  |  | -                     <el-form-item :label="$t('HCFD.solution.gcr')" :label-width="formLabelWidth6">
 | 
	
		
			
				|  |  | +                     <el-form-item :label="$t('HCFD.solution.gcr')" :label-width="formLabelWidth6"  class="iemradio" >
 | 
	
		
			
				|  |  |                     <el-radio-group v-model="parameterObj.nmlParam.line_implicit">
 | 
	
		
			
				|  |  |                      <el-radio label="off">Off</el-radio>
 | 
	
		
			
				|  |  | -                    <el-radio label="on">On</el-radio>
 | 
	
		
			
				|  |  | +                    <el-radio label="on" class="radiooff">On</el-radio>
 | 
	
		
			
				|  |  |                    </el-radio-group>
 | 
	
		
			
				|  |  |                </el-form-item>
 | 
	
		
			
				|  |  |        </el-form>
 | 
	
	
		
			
				|  | @@ -1311,13 +1311,13 @@
 | 
	
		
			
				|  |  |       <span class="text-color">{{$t('HCFD.solution.initialization')}}</span>
 | 
	
		
			
				|  |  |    </div>
 | 
	
		
			
				|  |  |        <el-form>
 | 
	
		
			
				|  |  | -               <div class="radio_text text_color"  >
 | 
	
		
			
				|  |  | +               <div class="radio_text text_color liangf radiogroup "  >
 | 
	
		
			
				|  |  |               <el-radio-group v-model="initialization" size="mini">
 | 
	
		
			
				|  |  |                
 | 
	
		
			
				|  |  | -                  <el-radio label="freestreams">{{
 | 
	
		
			
				|  |  | +                  <el-radio label="freestreams" style="flex:1">{{
 | 
	
		
			
				|  |  |                      $t("HCFD.solution.freestreams")
 | 
	
		
			
				|  |  |                    }}</el-radio>
 | 
	
		
			
				|  |  | -                  <el-radio label="specified">{{
 | 
	
		
			
				|  |  | +                  <el-radio label="specified" style="flex:1">{{
 | 
	
		
			
				|  |  |                      $t("HCFD.solution.specified")
 | 
	
		
			
				|  |  |                    }}</el-radio>
 | 
	
		
			
				|  |  |                  </el-radio-group>
 | 
	
	
		
			
				|  | @@ -1834,8 +1834,7 @@
 | 
	
		
			
				|  |  |                            @change="ContourvalVolume('Contour')"
 | 
	
		
			
				|  |  |                          ></el-checkbox>
 | 
	
		
			
				|  |  |                        </el-checkbox-group>
 | 
	
		
			
				|  |  | -                    </li>
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | +                    </li>   
 | 
	
		
			
				|  |  |                    </div>
 | 
	
		
			
				|  |  |                
 | 
	
		
			
				|  |  |                    <el-button
 | 
	
	
		
			
				|  | @@ -2817,6 +2816,11 @@ hcfdparam(){
 | 
	
		
			
				|  |  |            }
 | 
	
		
			
				|  |  |          });
 | 
	
		
			
				|  |  |          },
 | 
	
		
			
				|  |  | +     reUpload() {
 | 
	
		
			
				|  |  | +      this.$refs.mapbc.uploader.upload();
 | 
	
		
			
				|  |  | +      this.$refs.ugrid.uploader.upload();
 | 
	
		
			
				|  |  | +    },
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  |           /**
 | 
	
		
			
				|  |  |       * 更新配置 并求解
 | 
	
		
			
				|  |  |       */
 | 
	
	
		
			
				|  | @@ -4026,6 +4030,7 @@ html,body{
 | 
	
		
			
				|  |  |      right: 7px;
 | 
	
		
			
				|  |  |      z-index: 9;
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  |   .dialoglocation{
 | 
	
		
			
				|  |  |      position: absolute;
 | 
	
		
			
				|  |  |      top: -15vh;
 | 
	
	
		
			
				|  | @@ -4034,17 +4039,20 @@ html,body{
 | 
	
		
			
				|  |  |    .el-dialog__wrapper{
 | 
	
		
			
				|  |  |            top: 15vh;
 | 
	
		
			
				|  |  |    }
 | 
	
		
			
				|  |  | +  
 | 
	
		
			
				|  |  |  </style>
 | 
	
		
			
				|  |  |  // 样式大全
 | 
	
		
			
				|  |  |  <style lang="scss" scoped>
 | 
	
		
			
				|  |  |    .el-dialog__wrapper{
 | 
	
		
			
				|  |  |            top: 20vh;
 | 
	
		
			
				|  |  |    }
 | 
	
		
			
				|  |  | +  /deep/.textselsect .el-input__inner{
 | 
	
		
			
				|  |  | +  background-color: rgba(0, 0, 0, 0) !important;
 | 
	
		
			
				|  |  | +}
 | 
	
		
			
				|  |  |  .diyi i{
 | 
	
		
			
				|  |  |    font-size: 14px;
 | 
	
		
			
				|  |  |    color: #C0C4CC;
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  | - 
 | 
	
		
			
				|  |  |  .tupian{
 | 
	
		
			
				|  |  |    display: flex;
 | 
	
		
			
				|  |  |    justify-content: center;
 | 
	
	
		
			
				|  | @@ -4328,6 +4336,12 @@ display:flex;
 | 
	
		
			
				|  |  |       font-size:12px;
 | 
	
		
			
				|  |  |    }
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  | +.iemradio .el-radio-group{
 | 
	
		
			
				|  |  | +   padding-left: 50px;
 | 
	
		
			
				|  |  | +}
 | 
	
		
			
				|  |  | +.radiooff{
 | 
	
		
			
				|  |  | +  padding-left: 50px;
 | 
	
		
			
				|  |  | +}
 | 
	
		
			
				|  |  |  .el-table th, .el-table tr{
 | 
	
		
			
				|  |  |     background-color: #535353;
 | 
	
		
			
				|  |  |  }
 | 
	
	
		
			
				|  | @@ -4341,7 +4355,9 @@ display:flex;
 | 
	
		
			
				|  |  |    height: 149px;
 | 
	
		
			
				|  |  |    overflow-y: auto;
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | +.radiogroup .el-radio-group{
 | 
	
		
			
				|  |  | +      display: contents;
 | 
	
		
			
				|  |  | +}
 | 
	
		
			
				|  |  |  .logs_title {
 | 
	
		
			
				|  |  |      background: #bfc5cb;
 | 
	
		
			
				|  |  |      padding: 10px;
 | 
	
	
		
			
				|  | @@ -4507,4 +4523,7 @@ body{
 | 
	
		
			
				|  |  |  width:25px;
 | 
	
		
			
				|  |  |  vertical-align:middle;
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  | + .textselsect .el-input__inner{
 | 
	
		
			
				|  |  | +      background-color: rgba(255, 255, 255, 0);
 | 
	
		
			
				|  |  | +  }
 | 
	
		
			
				|  |  |  </style>
 |