From 2f431790337f20df08499b0f0f6d48ec62a88a19 Mon Sep 17 00:00:00 2001 From: sunhao Date: Tue, 10 Oct 2023 14:15:39 +0800 Subject: [PATCH] * common: optimize page layout with dtable, prevent body scrollbar. --- module/common/view/zui3dtable.html.php | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/module/common/view/zui3dtable.html.php b/module/common/view/zui3dtable.html.php index 120b0a6d3f..2f4b75a535 100644 --- a/module/common/view/zui3dtable.html.php +++ b/module/common/view/zui3dtable.html.php @@ -3,6 +3,10 @@ js::import($jsRoot . 'dtable/min.js'); css::import($jsRoot . 'dtable/min.css'); ?>