+ [task#120409] add css file for thinkresult widget.

This commit is contained in:
wangzemei
2024-06-12 09:29:35 +00:00
committed by 刘刚
parent a84ce8ef53
commit b03bd63269
2 changed files with 7 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
.think-result-content .form-control {background: #fff;}
.think-result-content .step-title>div>* {display: none;}
+5
View File
@@ -12,6 +12,11 @@ class thinkResult extends wg
'steps?: array', // 所有问题步骤数据
);
public static function getPageCSS(): ?string
{
return file_get_contents(__DIR__ . DS . 'css' . DS . 'v1.css');
}
protected function buildModel(): wg|array
{
list($wizard, $mode, $blocks, $steps) = $this->prop(array('wizard', 'mode', 'blocks', 'steps'));