Skip to content

Commit

Permalink
fix: add space in env manager modal
Browse files Browse the repository at this point in the history
  • Loading branch information
kungfuboy committed May 27, 2022
1 parent 5352bd9 commit 20ef7f6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
</nz-form-control>
</nz-form-item>
<nz-form-item>
<nz-form-label nzFor="envInfo.hostUri">前置URL</nz-form-label>
<nz-form-label nzFor="envInfo.hostUri">前置 URL</nz-form-label>
<nz-form-control>
<input nz-input name="hostUri" type="text" [(ngModel)]="envInfo.hostUri" />
</nz-form-control>
Expand Down

0 comments on commit 20ef7f6

Please sign in to comment.