rk-web-core 0.12.93 → 0.12.95
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.
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "rk-web-core",
|
|
3
3
|
"description": "iep core utils",
|
|
4
|
-
"version": "0.12.
|
|
4
|
+
"version": "0.12.95",
|
|
5
5
|
"author": "",
|
|
6
6
|
"main": "rk-web-core.js",
|
|
7
7
|
"scripts": {
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"nprogress": "^0.2.0",
|
|
27
27
|
"resize-observer-polyfill": "^1.5.1",
|
|
28
28
|
"store": "^2.0.12",
|
|
29
|
-
"rk-web-map": "^0.3.
|
|
29
|
+
"rk-web-map": "^0.3.144",
|
|
30
30
|
"jsencrypt": "^3.0.1",
|
|
31
31
|
"md5": "^2.3.0"
|
|
32
32
|
},
|
package/rk-web-core.css
CHANGED
|
@@ -791,7 +791,19 @@ html {
|
|
|
791
791
|
border: none !important;
|
|
792
792
|
}
|
|
793
793
|
.rk-web-core-normal-icon {
|
|
794
|
-
|
|
794
|
+
min-width: 14px;
|
|
795
|
+
margin-right: 10px;
|
|
796
|
+
font-size: 14px;
|
|
797
|
+
display: inline-block;
|
|
798
|
+
color: inherit;
|
|
799
|
+
font-style: normal;
|
|
800
|
+
line-height: 0;
|
|
801
|
+
text-align: center;
|
|
802
|
+
text-transform: none;
|
|
803
|
+
vertical-align: -0.125em;
|
|
804
|
+
text-rendering: optimizeLegibility;
|
|
805
|
+
-webkit-font-smoothing: antialiased;
|
|
806
|
+
transition: font-size 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), margin 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
|
|
795
807
|
}
|
|
796
808
|
.rk-web-core .icon {
|
|
797
809
|
font-size: 14px;
|