linkmore-design 1.0.9 → 1.0.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.umd.js +3562 -252
- package/dist/index.umd.min.js +6 -6
- package/es/Button/style/style.css +32 -31
- package/es/ButtonTags/style/style.css +3 -0
- package/es/Card/index.d.ts +2 -0
- package/es/Card/index.js +17 -0
- package/es/Card/style/index.css +495 -0
- package/es/Card/style/index.d.ts +1 -0
- package/es/Card/style/index.js +1 -0
- package/es/CkFilter/components/modal.js +1 -3
- package/es/CkFilter/style/style.css +3 -0
- package/es/CustomerService/style/style.css +3 -0
- package/es/Drawer/style/index.css +6 -0
- package/es/Dropdown/style/index.css +3 -0
- package/es/EditTable/style/style.css +3 -0
- package/es/Filter/style/style.css +3 -0
- package/es/IconFont/index.js +1 -1
- package/es/IconSelect/iconJson.json +2935 -0
- package/es/IconSelect/index.js +115 -0
- package/es/{input → IconSelect}/style/index.js +0 -0
- package/es/IconSelect/style/style.css +25 -0
- package/es/{input → Input}/index.js +0 -0
- package/{lib/input → es/Input}/style/index.js +0 -0
- package/{lib/input → es/Input}/style/style.css +3 -0
- package/es/InputNumber/style/index.css +3 -0
- package/es/LeftTable/style/style.css +3 -0
- package/es/Modal/style/index.css +7 -0
- package/es/Notification/index.d.ts +7 -0
- package/es/Notification/index.js +12 -0
- package/es/Notification/style/index.css +495 -0
- package/es/Notification/style/index.d.ts +1 -0
- package/es/Notification/style/index.js +1 -0
- package/es/Pagination/style/index.css +3 -0
- package/es/PopTable/style/style.css +3 -0
- package/es/ProTable/style/style.css +3 -0
- package/es/Select/index.d.ts +1 -1
- package/es/Select/style/index.css +3 -0
- package/es/Space/style/index.css +3 -0
- package/es/index.js +36 -4
- package/es/styles/main.css +3 -0
- package/es/styles/resetAntd.css +3 -0
- package/lib/Button/style/style.css +32 -31
- package/lib/ButtonTags/style/style.css +3 -0
- package/lib/Card/index.d.ts +2 -0
- package/lib/Card/index.js +29 -0
- package/lib/Card/style/index.css +495 -0
- package/lib/Card/style/index.d.ts +1 -0
- package/lib/Card/style/index.js +3 -0
- package/lib/CkFilter/components/modal.js +1 -3
- package/lib/CkFilter/style/style.css +3 -0
- package/lib/CustomerService/style/style.css +3 -0
- package/lib/Drawer/style/index.css +6 -0
- package/lib/Dropdown/style/index.css +3 -0
- package/lib/EditTable/style/style.css +3 -0
- package/lib/Filter/style/style.css +3 -0
- package/lib/IconFont/index.js +1 -1
- package/lib/IconSelect/iconJson.json +2935 -0
- package/lib/IconSelect/index.js +115 -0
- package/lib/IconSelect/style/index.js +3 -0
- package/lib/IconSelect/style/style.css +25 -0
- package/lib/{input → Input}/index.js +0 -0
- package/lib/Input/style/index.js +3 -0
- package/{es/input → lib/Input}/style/style.css +3 -0
- package/lib/InputNumber/style/index.css +3 -0
- package/lib/LeftTable/style/style.css +3 -0
- package/lib/Modal/style/index.css +7 -0
- package/lib/Notification/index.d.ts +7 -0
- package/lib/Notification/index.js +25 -0
- package/lib/Notification/style/index.css +495 -0
- package/lib/Notification/style/index.d.ts +1 -0
- package/lib/Notification/style/index.js +3 -0
- package/lib/Pagination/style/index.css +3 -0
- package/lib/PopTable/style/style.css +3 -0
- package/lib/ProTable/style/style.css +3 -0
- package/lib/Select/index.d.ts +1 -1
- package/lib/Select/style/index.css +3 -0
- package/lib/Space/style/index.css +3 -0
- package/lib/index.js +36 -4
- package/lib/styles/main.css +3 -0
- package/lib/styles/resetAntd.css +3 -0
- package/package.json +1 -1
|
@@ -71,6 +71,9 @@
|
|
|
71
71
|
padding: var(--gap);
|
|
72
72
|
line-height: 1;
|
|
73
73
|
}
|
|
74
|
+
.ant-notification-notice .ant-notification-notice-content .ant-notification-notice-message {
|
|
75
|
+
font-weight: 500;
|
|
76
|
+
}
|
|
74
77
|
@font-face {
|
|
75
78
|
font-family: 'iconfont';
|
|
76
79
|
/* Project id 2966019 */
|
|
@@ -494,3 +497,6 @@ html {
|
|
|
494
497
|
height: 48px;
|
|
495
498
|
padding: 0 24px !important;
|
|
496
499
|
}
|
|
500
|
+
.lm_drawer.ant-drawer .ant-drawer-content .ant-drawer-header .ant-drawer-title {
|
|
501
|
+
font-weight: 500;
|
|
502
|
+
}
|
package/lib/IconFont/index.js
CHANGED
|
@@ -8,7 +8,7 @@ exports.default = void 0;
|
|
|
8
8
|
var _icons = require("@ant-design/icons");
|
|
9
9
|
|
|
10
10
|
var IconFont = (0, _icons.createFromIconfontCN)({
|
|
11
|
-
scriptUrl: '//at.alicdn.com/t/
|
|
11
|
+
scriptUrl: '//at.alicdn.com/t/font_2966019_8aij0300kjo.js' // 在 iconfont.cn 上生成
|
|
12
12
|
|
|
13
13
|
});
|
|
14
14
|
var _default = IconFont;
|