rk-web-core 0.12.16 → 0.12.19
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.19",
|
|
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.127",
|
|
20
20
|
"jsencrypt": "^3.0.1",
|
|
21
21
|
"md5": "^2.3.0"
|
|
22
22
|
},
|
package/rk-web-core.css
CHANGED
|
@@ -1989,10 +1989,21 @@ html {
|
|
|
1989
1989
|
transform: skewX(-16deg);
|
|
1990
1990
|
border-radius: 6px;
|
|
1991
1991
|
}
|
|
1992
|
+
.rk-web-core-nav-park .rk-web-core-nav-item-active span {
|
|
1993
|
+
color: #fff !important;
|
|
1994
|
+
}
|
|
1992
1995
|
.rk-web-core-nav-park .rk-web-core-nav-item-active::before {
|
|
1993
1996
|
content: '';
|
|
1994
|
-
background: transparent;
|
|
1995
|
-
box-shadow: none;
|
|
1997
|
+
background: transparent !important;
|
|
1998
|
+
box-shadow: none !important;
|
|
1999
|
+
}
|
|
2000
|
+
.rk-web-core-nav-park .rk-web-core-nav-item:hover {
|
|
2001
|
+
color: var(--antd-wave-shadow-color) !important;
|
|
2002
|
+
}
|
|
2003
|
+
.rk-web-core-nav-park .rk-web-core-nav-item:hover::before {
|
|
2004
|
+
content: '';
|
|
2005
|
+
background: transparent !important;
|
|
2006
|
+
box-shadow: none !important;
|
|
1996
2007
|
}
|
|
1997
2008
|
.rk-web-core-nav-light .rk-web-core-icon {
|
|
1998
2009
|
display: none;
|
|
@@ -2017,7 +2028,6 @@ html {
|
|
|
2017
2028
|
align-items: center;
|
|
2018
2029
|
height: 50px;
|
|
2019
2030
|
position: relative;
|
|
2020
|
-
min-width: 90px;
|
|
2021
2031
|
transition: all 300ms;
|
|
2022
2032
|
}
|
|
2023
2033
|
.rk-web-core-nav-item-icon {
|
|
@@ -2031,11 +2041,6 @@ html {
|
|
|
2031
2041
|
white-space: nowrap;
|
|
2032
2042
|
padding: 0 10px;
|
|
2033
2043
|
height: 50px;
|
|
2034
|
-
position: absolute;
|
|
2035
|
-
left: 0;
|
|
2036
|
-
right: 0;
|
|
2037
|
-
bottom: 0;
|
|
2038
|
-
top: 0;
|
|
2039
2044
|
font-size: 16px;
|
|
2040
2045
|
}
|
|
2041
2046
|
.rk-web-core-nav-item-active {
|