mirror of
https://github.com/whyour/qinglong.git
synced 2026-07-17 09:34:31 +08:00
修改整体布局,减少无用间隔
This commit is contained in:
+2
-2
@@ -181,8 +181,8 @@ export function getTableScroll({
|
||||
id,
|
||||
}: { extraHeight?: number; id?: string } = {}) {
|
||||
if (typeof extraHeight == 'undefined') {
|
||||
// 47 + 40 + 10 + 24
|
||||
extraHeight = 121;
|
||||
// 47 + 40 + 12
|
||||
extraHeight = 99;
|
||||
}
|
||||
let tHeader = null;
|
||||
if (id) {
|
||||
|
||||
Reference in New Issue
Block a user