+ [task#120409] add css file for thinkresult widget.
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
.think-result-content .form-control {background: #fff;}
|
||||
.think-result-content .step-title>div>* {display: none;}
|
||||
@@ -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'));
|
||||
|
||||
Reference in New Issue
Block a user