From 761c2f78ff9f9faafa714a7cf1fadff751db6709 Mon Sep 17 00:00:00 2001 From: lxh <1976462645@qq.com> Date: Tue, 2 Feb 2021 17:57:33 +0800 Subject: [PATCH] style: 样式调整 --- platform/src/main/webapp/template/web/home/contact.html | 6 +++--- platform/src/main/webapp/template/web/static/css/product.css | 4 ++++ 2 files changed, 7 insertions(+), 3 deletions(-) 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