rk-web-core 0.13.5 → 0.13.8
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.13.
|
|
4
|
+
"version": "0.13.8",
|
|
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.122",
|
|
20
20
|
"jsencrypt": "^3.0.1",
|
|
21
21
|
"md5": "^2.3.0"
|
|
22
22
|
},
|
package/rk-web-core.css
CHANGED
|
@@ -1961,6 +1961,19 @@ html {
|
|
|
1961
1961
|
.rk-web-core-nav-dark .rk-web-core-nav-item {
|
|
1962
1962
|
color: #fff;
|
|
1963
1963
|
}
|
|
1964
|
+
.rk-web-core-nav-dark .rk-web-core-nav-item:hover::before {
|
|
1965
|
+
content: '';
|
|
1966
|
+
background: linear-gradient(180deg, rgba(14, 82, 142, 0.7) 0%, rgba(14, 80, 138, 0.22) 0%, rgba(76, 133, 228, 0.09) 0%, rgba(76, 133, 228, 0.59) 76.57%, rgba(76, 133, 228, 0.12) 100%);
|
|
1967
|
+
width: 100%;
|
|
1968
|
+
height: 100%;
|
|
1969
|
+
position: absolute;
|
|
1970
|
+
top: 0;
|
|
1971
|
+
left: 0;
|
|
1972
|
+
right: 0;
|
|
1973
|
+
bottom: 0;
|
|
1974
|
+
transform: skewX(-16deg);
|
|
1975
|
+
border-radius: 6px;
|
|
1976
|
+
}
|
|
1964
1977
|
.rk-web-core-nav-park .rk-web-core-nav-item-active::before {
|
|
1965
1978
|
content: '';
|
|
1966
1979
|
background: transparent;
|
|
@@ -1972,14 +1985,14 @@ html {
|
|
|
1972
1985
|
.rk-web-core-nav-light .rk-web-core-nav-item {
|
|
1973
1986
|
color: #212121;
|
|
1974
1987
|
}
|
|
1975
|
-
.rk-web-core-nav-light .rk-web-core-nav-item-active {
|
|
1976
|
-
color: var(--antd-wave-shadow-color);
|
|
1977
|
-
}
|
|
1978
1988
|
.rk-web-core-nav-light .rk-web-core-nav-item-active::before {
|
|
1979
1989
|
content: '';
|
|
1980
|
-
background: transparent;
|
|
1990
|
+
background: transparent !important;
|
|
1981
1991
|
box-shadow: none;
|
|
1982
1992
|
}
|
|
1993
|
+
.rk-web-core-nav-light .rk-web-core-nav-item-active span {
|
|
1994
|
+
color: var(--antd-wave-shadow-color) !important;
|
|
1995
|
+
}
|
|
1983
1996
|
.rk-web-core-nav-item {
|
|
1984
1997
|
font-size: 16px;
|
|
1985
1998
|
cursor: pointer;
|
|
@@ -2014,10 +2027,10 @@ html {
|
|
|
2014
2027
|
position: relative;
|
|
2015
2028
|
}
|
|
2016
2029
|
.rk-web-core-nav-item-active::before {
|
|
2030
|
+
background: linear-gradient(180deg, rgba(119, 91, 34, 0.7) 0%, rgba(106, 81, 30, 0.7) 15.58%, rgba(88, 67, 25, 0.7) 38.83%, rgba(0, 0, 0, 0.1) 100%) !important;
|
|
2017
2031
|
content: '';
|
|
2018
2032
|
width: 100%;
|
|
2019
2033
|
height: 100%;
|
|
2020
|
-
background: rgba(54, 90, 161, 0.1);
|
|
2021
2034
|
position: absolute;
|
|
2022
2035
|
top: 0;
|
|
2023
2036
|
left: 0;
|
|
@@ -2025,7 +2038,9 @@ html {
|
|
|
2025
2038
|
bottom: 0;
|
|
2026
2039
|
transform: skewX(-16deg);
|
|
2027
2040
|
border-radius: 6px;
|
|
2028
|
-
|
|
2041
|
+
}
|
|
2042
|
+
.rk-web-core-nav-item-active span {
|
|
2043
|
+
color: #FFC539;
|
|
2029
2044
|
}
|
|
2030
2045
|
.rk-web-core-nav-menu .ant-dropdown-menu-item,
|
|
2031
2046
|
.rk-web-core-nav-menu .ant-dropdown-menu-submenu-title {
|
|
@@ -2038,6 +2053,38 @@ html {
|
|
|
2038
2053
|
background: var(--antd-wave-shadow-color-o);
|
|
2039
2054
|
color: var(--antd-wave-shadow-color);
|
|
2040
2055
|
}
|
|
2056
|
+
.rk-web-core-header-v2-light .rk-web-core-header-light-inner {
|
|
2057
|
+
background: linear-gradient(180deg, #b3d2f4 0%, #e8f3fd 43.35%, #f8fcff 100%);
|
|
2058
|
+
box-shadow: 0 8px 8px rgba(0, 0, 0, 0.03);
|
|
2059
|
+
}
|
|
2060
|
+
.rk-web-core-header-v2-light .rk-web-core-logo-basic-inner {
|
|
2061
|
+
background: transparent !important;
|
|
2062
|
+
}
|
|
2063
|
+
.rk-web-core-header-v2-light .rk-web-core-logo-basic-title {
|
|
2064
|
+
color: #212121;
|
|
2065
|
+
font-weight: bold;
|
|
2066
|
+
}
|
|
2067
|
+
.rk-web-core-header-v2-light .header-extend .anticon {
|
|
2068
|
+
color: #212121;
|
|
2069
|
+
}
|
|
2070
|
+
.rk-web-core-header-v2-dark .rk-web-core-logo-basic-inner {
|
|
2071
|
+
background: transparent !important;
|
|
2072
|
+
box-shadow: none;
|
|
2073
|
+
}
|
|
2074
|
+
.rk-web-core-header-v2-dark .rk-web-core-logo-basic-title {
|
|
2075
|
+
color: #fff;
|
|
2076
|
+
font-weight: bold;
|
|
2077
|
+
}
|
|
2078
|
+
.rk-web-core-header-v2-dark .header-extend .anticon {
|
|
2079
|
+
color: #fff;
|
|
2080
|
+
}
|
|
2081
|
+
.rk-web-core-nav-menu-dark {
|
|
2082
|
+
border-radius: 6px;
|
|
2083
|
+
background: rgba(0, 0, 0, 0.8);
|
|
2084
|
+
}
|
|
2085
|
+
.rk-web-core-nav-menu-dark .ant-dropdown-menu-item {
|
|
2086
|
+
color: #ffffff;
|
|
2087
|
+
}
|
|
2041
2088
|
|
|
2042
2089
|
.rk-web-core-version-modal .version-title {
|
|
2043
2090
|
font-weight: 700;
|