From 355c3571b000732339934d0f4e14f8d60b4a86b9 Mon Sep 17 00:00:00 2001 From: wangzemei Date: Mon, 1 Jul 2024 13:26:36 +0800 Subject: [PATCH] * [misc] remove style of thinkresult widget. --- lib/zin/wg/thinkresult/css/v1.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/zin/wg/thinkresult/css/v1.css b/lib/zin/wg/thinkresult/css/v1.css index 12107dc9b9..489b1e8239 100644 --- a/lib/zin/wg/thinkresult/css/v1.css +++ b/lib/zin/wg/thinkresult/css/v1.css @@ -1,4 +1,4 @@ -.think-result-content .form-control {background: #fff; cursor: unset !important; pointer-events: none;} +.think-result-content .form-control {background: #fff; cursor: unset !important;} .think-result-content .step-title>div>*, .think-result-content .form-group .icon {display: none;} .think-result-content .think-check-list .item-control:not(.is-checked):hover {border-color: inherit;} .think-result-content .think-check-list .item-control textarea {resize: none;}