更改轮换队伍按钮位置
This commit is contained in:
parent
783c6ad628
commit
c8db584df2
|
@ -69,7 +69,6 @@ const teamsCount = 2;
|
|||
<li><input type="radio" name="player-number" value="3" id="player-number-3" /><label for="player-number-3"></label></li>
|
||||
</ul>
|
||||
</form>
|
||||
<button id="btn-swap-team"></button>
|
||||
<button id="btn-clear-data"></button>
|
||||
<button id="btn-player-data"></button>
|
||||
</div>
|
||||
|
@ -121,6 +120,7 @@ const teamsCount = 2;
|
|||
<button class="btn-henshin" data-step="+1"></button>
|
||||
<button id="btn-remove-assist"></button>
|
||||
<button id="btn-set-dungeon-enchance"></button>
|
||||
<button id="btn-swap-team"></button>
|
||||
</div>
|
||||
</div>
|
||||
<div class="formation-box">
|
||||
|
|
|
@ -32311,11 +32311,11 @@ const cachesMap = new Map([
|
|||
],
|
||||
[
|
||||
"index.html",
|
||||
"31547a3fb252a10d505813ccc41dff53"
|
||||
"6a7f9357dfede96bcf2f3ea2e0712a75"
|
||||
],
|
||||
[
|
||||
"multi.html",
|
||||
"9b02c70775a94e796622c12af95040f9"
|
||||
"0c27ab5ea057525a746d165e20426d23"
|
||||
],
|
||||
[
|
||||
"script-custom_elements.js",
|
||||
|
@ -32339,7 +32339,11 @@ const cachesMap = new Map([
|
|||
],
|
||||
[
|
||||
"solo.html",
|
||||
"82c349f550027351f61f3c259476192d"
|
||||
"15d744c98364d4b0fbefe6d9a2fa598f"
|
||||
],
|
||||
[
|
||||
"style-fix-html2canvas.css",
|
||||
"98ea0201210a80b813cfff89522f04c7"
|
||||
],
|
||||
[
|
||||
"style-monsterimages.css",
|
||||
|
@ -32347,7 +32351,7 @@ const cachesMap = new Map([
|
|||
],
|
||||
[
|
||||
"style.css",
|
||||
"bba2aa9b132683f673c4f1b98160060a"
|
||||
"87990f2ff982c48905d2a5ac723fa9a8"
|
||||
],
|
||||
[
|
||||
"temp.js",
|
||||
|
@ -32355,7 +32359,7 @@ const cachesMap = new Map([
|
|||
],
|
||||
[
|
||||
"triple.html",
|
||||
"3bc2fc342ee70881b6a7053eb6ca9a99"
|
||||
"35cce76ce4a172b244f1042cd78157dd"
|
||||
],
|
||||
[
|
||||
"languages/en.css",
|
||||
|
|
|
@ -49,7 +49,6 @@ const teamsCount = 1;
|
|||
<li><input type="radio" name="player-number" value="3" id="player-number-3" /><label for="player-number-3"></label></li>
|
||||
</ul>
|
||||
</form>
|
||||
<button id="btn-swap-team"></button>
|
||||
<button id="btn-clear-data"></button>
|
||||
<button id="btn-player-data"></button>
|
||||
</div>
|
||||
|
@ -101,6 +100,7 @@ const teamsCount = 1;
|
|||
<button class="btn-henshin" data-step="+1"></button>
|
||||
<button id="btn-remove-assist"></button>
|
||||
<button id="btn-set-dungeon-enchance"></button>
|
||||
<button id="btn-swap-team"></button>
|
||||
</div>
|
||||
</div>
|
||||
<div class="formation-box">
|
||||
|
|
|
@ -1090,6 +1090,7 @@ label.badge {
|
|||
}
|
||||
.tIf-total-hp .reduce:not(.no-reduce)::before {
|
||||
content: "\f0ec";
|
||||
font-family: var(--icon-font-family);
|
||||
}
|
||||
.tIf-total-hp .reduce.no-reduce .general,
|
||||
.tIf-total-hp .reduce.no-reduce .awoken-bind
|
||||
|
|
|
@ -59,7 +59,6 @@ const teamsCount = 3;
|
|||
<li><input type="radio" name="player-number" value="3" id="player-number-3" /><label for="player-number-3"></label></li>
|
||||
</ul>
|
||||
</form>
|
||||
<button id="btn-swap-team"></button>
|
||||
<button id="btn-clear-data"></button>
|
||||
<button id="btn-player-data"></button>
|
||||
</div>
|
||||
|
@ -111,6 +110,7 @@ const teamsCount = 3;
|
|||
<button class="btn-henshin" data-step="+1"></button>
|
||||
<button id="btn-remove-assist"></button>
|
||||
<button id="btn-set-dungeon-enchance"></button>
|
||||
<button id="btn-swap-team"></button>
|
||||
</div>
|
||||
</div>
|
||||
<div class="formation-box">
|
||||
|
|
Loading…
Reference in New Issue