* Adjust block form css.

This commit is contained in:
Wangyuting
2023-04-28 09:55:51 +08:00
parent 5e43687414
commit a78034cd9f
3 changed files with 1 additions and 3 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ class blockModel extends model
$block->params = json_decode($block->params);
if(empty($block->params)) $block->params = new stdclass();
if($block->block == 'html') $block->params->html = $this->loadModel('file')->setImgSize($block->params->html);
if($block->code == 'html') $block->params->html = $this->loadModel('file')->setImgSize($block->params->html);
return $block;
}