* [misc] optimize style of thinkresult widget.

This commit is contained in:
wangzemei
2024-07-01 09:32:59 +08:00
committed by 刘刚
parent 82327adacb
commit 94c3d03ab5
+1 -3
View File
@@ -1,7 +1,5 @@
.think-result-content .form-control {background: #fff; cursor: unset !important;}
.think-result-content .form-control {background: #fff; cursor: unset !important; pointer-events: none;}
.think-result-content .step-title>div>*, .think-result-content .form-group .icon {display: none;}
.think-result-content .think-check-list .item-control,
.think-result-content .think-check-list .item-control input {cursor: unset !important;}
.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;}