rk-web-core 0.13.8 → 0.13.11
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/hei-icon.ttf
ADDED
|
Binary file
|
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.13.
|
|
4
|
+
"version": "0.13.11",
|
|
5
5
|
"author": "",
|
|
6
6
|
"main": "rk-web-core.js",
|
|
7
7
|
"scripts": {
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"nprogress": "^0.2.0",
|
|
17
17
|
"resize-observer-polyfill": "^1.5.1",
|
|
18
18
|
"store": "^2.0.12",
|
|
19
|
-
"rk-web-map": "^0.3.
|
|
19
|
+
"rk-web-map": "^0.3.123",
|
|
20
20
|
"jsencrypt": "^3.0.1",
|
|
21
21
|
"md5": "^2.3.0"
|
|
22
22
|
},
|
package/rk-web-core.css
CHANGED
|
@@ -1948,6 +1948,14 @@ html {
|
|
|
1948
1948
|
justify-content: center;
|
|
1949
1949
|
}
|
|
1950
1950
|
|
|
1951
|
+
@font-face {
|
|
1952
|
+
font-family: "hei";
|
|
1953
|
+
src: url(./hei-icon.ttf);
|
|
1954
|
+
}
|
|
1955
|
+
.rk-web-core-logo-title {
|
|
1956
|
+
font-family: "hei";
|
|
1957
|
+
font-weight: normal !important;
|
|
1958
|
+
}
|
|
1951
1959
|
.rk-web-core-icon {
|
|
1952
1960
|
height: 50px;
|
|
1953
1961
|
transform: scaleY(1.5);
|
|
@@ -2083,7 +2091,7 @@ html {
|
|
|
2083
2091
|
background: rgba(0, 0, 0, 0.8);
|
|
2084
2092
|
}
|
|
2085
2093
|
.rk-web-core-nav-menu-dark .ant-dropdown-menu-item {
|
|
2086
|
-
color: #
|
|
2094
|
+
color: #fff;
|
|
2087
2095
|
}
|
|
2088
2096
|
|
|
2089
2097
|
.rk-web-core-version-modal .version-title {
|