diff --git a/platform/src/main/webapp/template/web/home/contact.html b/platform/src/main/webapp/template/web/home/contact.html index 31e3d21..8e7ffa0 100644 --- a/platform/src/main/webapp/template/web/home/contact.html +++ b/platform/src/main/webapp/template/web/home/contact.html @@ -119,9 +119,9 @@ var bodyContent = { var index = i; var _iw = createInfoWindow(i); var _marker = marker; - _marker.addEventListener("click", function () { - this.openInfoWindow(_iw); - }); + // _marker.addEventListener("click", function () { + // this.openInfoWindow(_iw); + // }); _iw.addEventListener("open", function () { _marker.getLabel().hide(); }) diff --git a/platform/src/main/webapp/template/web/static/css/product.css b/platform/src/main/webapp/template/web/static/css/product.css index 17c6cc8..798145b 100644 --- a/platform/src/main/webapp/template/web/static/css/product.css +++ b/platform/src/main/webapp/template/web/static/css/product.css @@ -255,6 +255,10 @@ max-width: 120px; } +.demand-table .row td:first-child { + padding: 0 0 0 10px; +} + .demand-container .demand-table .row:nth-child(odd) td { background: #F0FAFF; } \ No newline at end of file -- libgit2 0.21.2