* [misc,0.5h] revert mr-2 class for model-body, it cause scrollbar position error.

This commit is contained in:
宋辰轩
2024-06-12 13:43:06 +08:00
parent 2b5edebedb
commit 93c02113d9
+1 -1
View File
@@ -93,7 +93,7 @@ class modalDialog extends wg
$hookContent = $this->prop('hookContent', !context()->hookContentCalled);
return div
(
setClass('modal-body scrollbar-hover mr-2', $this->prop('bodyClass')),
setClass('modal-body scrollbar-hover', $this->prop('bodyClass')),
set($this->prop('bodyProps')),
$this->children(),
$rawContent ? rawContent() : null,