From 82c476fe88d0ccbad9fa49e2a091690c8337116f Mon Sep 17 00:00:00 2001 From: liumengyi Date: Mon, 8 Apr 2024 16:29:23 +0800 Subject: [PATCH] * Fix bug #44528. --- lib/zin/wg/productsbox/css/v1.css | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/zin/wg/productsbox/css/v1.css b/lib/zin/wg/productsbox/css/v1.css index 9c77213915..f41fbbd4bf 100644 --- a/lib/zin/wg/productsbox/css/v1.css +++ b/lib/zin/wg/productsbox/css/v1.css @@ -3,3 +3,4 @@ .productBox .planBox{padding-right: 0px;} .productBox .c-actions {position: absolute; width: 100px; right: -100px;} .productBox .c-actions.first-action {bottom: calc(calc(100% - 64px) / 2);} +.productBox.noProductBox .planBox {padding: 0px;}