Commit e02a90ba authored by 神楽坂玲奈's avatar 神楽坂玲奈

fix

parent 0c968264
Pipeline #4858 failed with stages
in 3 minutes and 19 seconds
......@@ -67,6 +67,16 @@
padding-left: 0px;
}
.small-gutters > .col-sm-4 {
flex: 0 0 40%;
max-width: 40%;
}
.small-gutters > .col-sm-8 {
flex: 0 0 60%;
max-width: 60%;
}
dl {
margin-bottom: 0;
}
......
......@@ -18,13 +18,13 @@
</div>
<div class="row small-gutters">
<div class="col-sm-5 input-group input-group-sm">
<div class="col-sm-4 input-group input-group-sm">
<label i18n class="input-group-addon" id="server-label">环境</label>
<select class="form-control form-control-sm" id="selectServer" name="server" [disabled]="!appsService.allReady(app)" [(ngModel)]="currentServer">
<option *ngFor="let server of selectableServers" [ngValue]="server">{{server.name}}</option>
</select>
</div>
<div class="col-sm-7 input-group input-group-sm">
<div class="col-sm-8 input-group input-group-sm">
<label i18n class="input-group-addon" id="basic-addon1">卡组</label>
<select class="form-control form-control-sm" id="exampleSelect1" name="deck" [(ngModel)]="current_deck">
<option *ngFor="let deck of decks" [ngValue]="deck">{{deck}}</option>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment