fix: 전투 시뮬레이터 UI 깨짐 수정

This commit is contained in:
2021-12-16 03:34:34 +09:00
parent 3414241a71
commit 4ed88d33b1
2 changed files with 14 additions and 16 deletions
+12 -14
View File
@@ -135,13 +135,12 @@ if ($nationID) {
</select> </select>
<div class="input-group-text">수도 <div class="input-group-text">수도
</div> </div>
<div class="input-group-text btn-group btn-group-toggle" data-bs-toggle="buttons"> <div class="btn-group" role="group" aria-label="수도">
<label class="btn btn-secondary"> <input type="radio" class="btn-check" name="is_attacker_capital" value="1" id="is_attacker_capital_1" autocomplete="off">
<input type="radio" name="is_attacker_capital" class="form_is_capital" value="1" autocomplete="off">Y <label class="btn btn-secondary" for="is_attacker_capital_1">Y</label>
</label>
<label class="btn btn-secondary active"> <input type="radio" class="btn-check" name="is_attacker_capital" value="0" id="is_attacker_capital_0" autocomplete="off" checked>
<input type="radio" name="is_attacker_capital" class="form_is_capital" value="0" autocomplete="off">N <label class="btn btn-secondary" for="is_attacker_capital_0">N</label>
</label>
</div> </div>
</div> </div>
@@ -204,13 +203,12 @@ if ($nationID) {
</select> </select>
<div class="input-group-text">수도 <div class="input-group-text">수도
</div> </div>
<div class="input-group-text btn-group btn-group-toggle" data-bs-toggle="buttons"> <div class="btn-group" role="group" aria-label="수도">
<label class="btn btn-secondary"> <input type="radio" class="btn-check" name="is_defender_capital" value="1" id="is_defender_capital_1" autocomplete="off">
<input type="radio" name="is_defender_capital" class="form_is_capital" value="1" autocomplete="off">Y <label class="btn btn-secondary" for="is_defender_capital_1">Y</label>
</label>
<label class="btn btn-secondary active"> <input type="radio" class="btn-check" name="is_defender_capital" value="0" id="is_defender_capital_0" autocomplete="off" checked>
<input type="radio" name="is_defender_capital" class="form_is_capital" value="0" autocomplete="off">N <label class="btn btn-secondary" for="is_defender_capital_0">N</label>
</label>
</div> </div>
</div> </div>
<div class="input-group mb-1"> <div class="input-group mb-1">
+2 -2
View File
@@ -6,12 +6,12 @@
} }
.defender_add_form .general_detail{ .defender_add_form .general_detail{
display:none; display:none !important;
} }
.form_sample{ .form_sample{
display:none; display:none !important;
} }
input[type=number]{ input[type=number]{