Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@ecoding/components.antd.layout

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ecoding/components.antd.layout - npm Package Compare versions

Comparing version
0.0.11
to
0.0.12
+1
-1
lib/core/flex-column-page-hc/helper.js

@@ -15,3 +15,3 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {

resovle(table.clientHeight - h);
}, 1);
}, 10);
});

@@ -18,0 +18,0 @@ ex();

@@ -11,5 +11,2 @@ import React, { memo, useEffect, useRef, useState } from "react";

};
const flexColumnHeaderStyle = {
paddingBottom: "20px"
};
const flexColumnContentStyle = {

@@ -23,3 +20,3 @@ flexGrow: 1,

ref.current &&
asyncGetTableY(ref.current, 72).then((yy) => {
asyncGetTableY(ref.current, 120).then((yy) => {
setTY(yy);

@@ -26,0 +23,0 @@ });

{
"name": "@ecoding/components.antd.layout",
"version": "0.0.11",
"version": "0.0.12",
"author": "cxc",

@@ -26,3 +26,3 @@ "homepage": "",

},
"gitHead": "1a4fdbaed5393b1b0b337d864e1870abf82cdd6b"
"gitHead": "d5bb58ee3fe06475998170d4d24091573d0670d9"
}