1. 移除圖片

This commit is contained in:
Kai 2021-07-21 15:46:15 +08:00
parent cd1eba50cf
commit ff2e233456
8 changed files with 1 additions and 1 deletions

View File

@ -1729,7 +1729,7 @@
function CreatePowerStationImagecarousel(dom, value, index) { function CreatePowerStationImagecarousel(dom, value, index) {
var indicators = '<li data-target="#carouselExampleIndicators" data-slide-to="' + index + '"></li>' var indicators = '<li data-target="#carouselExampleIndicators" data-slide-to="' + index + '"></li>'
var carousel_item = '<div class="carousel-item">' + var carousel_item = '<div class="carousel-item">' +
'<img class="d-block w-100" src="' + value.image + '">' + '<img class="d-block w-100" width="250px" height="150" src="' + value.image + '">' +
'</div>' '</div>'
dom.find(".carousel-indicators").append(indicators); dom.find(".carousel-indicators").append(indicators);

Binary file not shown.

Before

Width:  |  Height:  |  Size: 907 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 907 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 269 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 907 B