修復 收縮和彈放問題
This commit is contained in:
parent
18f76e4b84
commit
d406fe08e8
@ -470,7 +470,7 @@
|
|||||||
'<span class="collapsed-reveal"><h5 class="font-weight-bold mb-0">' + powerStationkey + '<i class="fal fa-chevron-up fs-xl ml-2"></i></h5></span>' +
|
'<span class="collapsed-reveal"><h5 class="font-weight-bold mb-0">' + powerStationkey + '<i class="fal fa-chevron-up fs-xl ml-2"></i></h5></span>' +
|
||||||
'</a>' +
|
'</a>' +
|
||||||
'</div>' +
|
'</div>' +
|
||||||
'<div class="card-body p-0">' +
|
'<div class="card-body p-0 collapse show">' +
|
||||||
'<div class="p-0">' +
|
'<div class="p-0">' +
|
||||||
'<ul class="list-group list-group-flush">';
|
'<ul class="list-group list-group-flush">';
|
||||||
$.each(inverterCollapse[key][powerStationkey], function (index, inverter) {
|
$.each(inverterCollapse[key][powerStationkey], function (index, inverter) {
|
||||||
|
|||||||
@ -485,7 +485,7 @@
|
|||||||
'<span class="collapsed-reveal"><h5 class="font-weight-bold mb-0">' + powerStationkey + '<i class="fal fa-chevron-up fs-xl ml-2"></i></h5></span>' +
|
'<span class="collapsed-reveal"><h5 class="font-weight-bold mb-0">' + powerStationkey + '<i class="fal fa-chevron-up fs-xl ml-2"></i></h5></span>' +
|
||||||
'</a>' +
|
'</a>' +
|
||||||
'</div>' +
|
'</div>' +
|
||||||
'<div class="card-body p-0">' +
|
'<div class="card-body p-0 collapse show">' +
|
||||||
'<div class="p-0">' +
|
'<div class="p-0">' +
|
||||||
'<ul class="list-group list-group-flush">';
|
'<ul class="list-group list-group-flush">';
|
||||||
$.each(deviceCollapse[key][powerStationkey], function (index, device) {
|
$.each(deviceCollapse[key][powerStationkey], function (index, device) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user