1. 移除圖片
@ -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);
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 907 B |
|
Before Width: | Height: | Size: 907 B |
|
Before Width: | Height: | Size: 12 KiB |
|
Before Width: | Height: | Size: 269 KiB |
|
After Width: | Height: | Size: 7.2 KiB |
|
Before Width: | Height: | Size: 12 KiB |
|
Before Width: | Height: | Size: 907 B |