<p class="normal-gray-txt text-center">
<b>
Choose reference
architecture
</b>
</p>
<form[formGroup=""]="custAppDetail" (ngSubmit=""
fxLayout="column" >
<div fxLayout = "row" >
<label fxFlex="1 6 60%"> Architecture file source</label>
<md-select fxFlex = "3 1 40%" placeholder="abc"
formControlName="archFileSource" (ngModelChange="")="toNeoGit($event)">
<md-option* ngFor = "let env of archFileSrc"[value=""] = "env.value" >
{{ env.viewValue }}
</md-option>
</md-select>
</div>
<div fxLayout = "row" >
<label fxFlex="1 6 60%"> Architecture file</label>
<md-select fxFlex = "3 1 40%" placeholder= "Choose file" formControlName= "archFile" >
<md - option * ngFor = "let env of ar"[value] = "env.value" >
{ { env.viewValue } }
</md-option>
</md-select>
</div>
<div fxLayout = "row" >
<label fxFlex="1 6 60%"> Name</label>
<md-input fxFlex = "3 1 40%" type="text" placeholder="Enter Name"
formControlName="name">
</md-input>
</div>
<div fxLayout = "row" >
<label fxFlex="1 6 60%"> Cloud</label>
<md-select fxFlex = "3 1 40%" placeholder="Choose Chain"
formControlName="chaintype" (ngModelChange="")="toEnv($event)">
<md-option* ngFor = "let env of cl"[value=""] = "env.value" >
{{ env.viewValue }}
</md-option>
</md-select>
</div>
<div fxLayout = "row" >
<label fxFlex="1 6 60%"> Enviroment</label>
<md-select fxFlex = "3 1 40%" placeholder="Choose Environment"
formControlName="selEnv">
<md-option* ngFor = "let env of enviroment"[value=""] = "env.value" >
{{ env.viewValue }}
</md-option>
</md-select>
</div>
<div class="box-btn-dialog" [hidden=""]="ftUser">
<button md-raised-button="" class="auto-btn-prime"
disabled=""]="!custAppDetail.valid" type="submit">LAUNCH</button>
<button md-raised-button="" class="auto-btn-gray" md-dialog-close="cancel"
type="button">CANCEL</button>
</div>
</form>
對於第一行fxLayout =」 行」作品但不爲4的其餘部分行,我想要其餘的行被渲染爲第一行呈現任何幫助將不勝感激我使用「@角/芯」:「^ 2.4.3」,「@角/ flex-layout」:「 2.0.0-beta.1「, 而且md-select的高度不同於md-input如何使字段的高度相同fxLayout = 「行」 @角/柔性佈局 「: 」2.0.0-beta.1「 和角料2
@ AJT_82,@的Pankaj Parkar,@ Nehal請UR寶貴意見 – Enthu
@George亞歷山大能否請你幫我如何在HTML標記格式 – Enthu
你看過[格式](https://stackoverflow.com /幫助/格式化)? –