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.15
to
0.0.16
+2
-2
lib/core/tip/index.js

@@ -8,3 +8,3 @@ import React from "react";

paddingLeft: "10px",
lineHeight: "30px"
lineHeight: "36px"
};

@@ -20,3 +20,3 @@ const spanStyle = Object.assign({}, {

}, style);
return (React.createElement("div", { style: { marginBottom: "16px" } },
return (React.createElement("div", { style: { paddingBottom: "16px" } },
title || sTitle ? (React.createElement("div", { style: TitleWrap },

@@ -23,0 +23,0 @@ React.createElement("span", { style: spanStyle }),

{
"name": "@ecoding/components.antd.layout",
"version": "0.0.15",
"version": "0.0.16",
"author": "cxc",

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

},
"gitHead": "bee3d97e84f27ef4c6882349be7b57f1328688d3"
"gitHead": "446db72ff3f8c16373069c5f6db046284a25b17a"
}