From f45c867d93145f58ca8ff9ea60fb14e7f15e22ca Mon Sep 17 00:00:00 2001 From: wangzemei Date: Tue, 29 Oct 2024 09:18:54 +0800 Subject: [PATCH] * [task#131072] add className for card. --- lib/zin/wg/thinkmodel/v1.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/zin/wg/thinkmodel/v1.php b/lib/zin/wg/thinkmodel/v1.php index c169556329..0e647c53eb 100644 --- a/lib/zin/wg/thinkmodel/v1.php +++ b/lib/zin/wg/thinkmodel/v1.php @@ -112,10 +112,12 @@ class thinkModel extends wg } elseif($step->link['showMethod'] == '1') { + $className = 'card-options'; $resultCard = $this->buildMulticolumnContent($step); } else { + $className = 'card-options'; $resultCard = $this->buildOptionsContent($step, $key); }