rk-web-core 0.12.10 → 0.12.13
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/{1.c2713453e6bd4504419e.js → 1.8377659d8026a530e86f.js} +1 -1
- package/hei-icon.ttf +0 -0
- package/package.json +2 -2
- package/rk-web-core.css +100 -1
- package/rk-web-core.js +69 -47
|
@@ -1 +1 @@
|
|
|
1
|
-
(window.webpackJsonprk_web_core=window.webpackJsonprk_web_core||[]).push([[1],{423:function(n,t,e){var r={"./App.vue":426,"./core/components/loading/src/loading.vue":109,"./core/layouts/AppSetting.vue":
|
|
1
|
+
(window.webpackJsonprk_web_core=window.webpackJsonprk_web_core||[]).push([[1],{423:function(n,t,e){var r={"./App.vue":426,"./core/components/loading/src/loading.vue":109,"./core/layouts/AppSetting.vue":176};function u(n){var t=o(n);return e(t)}function o(n){if(!e.o(r,n)){var t=new Error("Cannot find module '"+n+"'");throw t.code="MODULE_NOT_FOUND",t}return r[n]}u.keys=function(){return Object.keys(r)},u.resolve=o,n.exports=u,u.id=423},424:function(n,t,e){"use strict";e.r(t);var r=e(425),u=e.n(r);for(var o in r)["default"].indexOf(o)<0&&function(n){e.d(t,n,(function(){return r[n]}))}(o);t.default=u.a},425:function(n,t,e){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default={name:"app",data:function(){return{}}}},426:function(n,t,e){"use strict";e.r(t);var r=e(427),u=e(424);for(var o in u)["default"].indexOf(o)<0&&function(n){e.d(t,n,(function(){return u[n]}))}(o);var i=e(73),a=Object(i.a)(u.default,r.a,r.b,!1,null,null,null);t.default=a.exports},427:function(n,t,e){"use strict";e.d(t,"a",(function(){return r})),e.d(t,"b",(function(){return u}));var r=function(){var n=this.$createElement;return(this._self._c||n)("div",{attrs:{id:"app"}},[this._v("1111")])},u=[]}}]);
|
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.12.
|
|
4
|
+
"version": "0.12.13",
|
|
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,12 +1948,59 @@ 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
|
+
}
|
|
1959
|
+
.rk-web-core-icon {
|
|
1960
|
+
height: 50px;
|
|
1961
|
+
transform: scaleY(1.5);
|
|
1962
|
+
}
|
|
1951
1963
|
.rk-web-core-nav {
|
|
1952
1964
|
display: flex;
|
|
1953
1965
|
justify-content: flex-start;
|
|
1954
1966
|
align-items: center;
|
|
1955
1967
|
gap: 0 10px;
|
|
1956
1968
|
}
|
|
1969
|
+
.rk-web-core-nav-dark .rk-web-core-nav-item {
|
|
1970
|
+
color: #fff;
|
|
1971
|
+
}
|
|
1972
|
+
.rk-web-core-nav-dark .rk-web-core-nav-item:hover::before {
|
|
1973
|
+
content: '';
|
|
1974
|
+
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%);
|
|
1975
|
+
width: 100%;
|
|
1976
|
+
height: 100%;
|
|
1977
|
+
position: absolute;
|
|
1978
|
+
top: 0;
|
|
1979
|
+
left: 0;
|
|
1980
|
+
right: 0;
|
|
1981
|
+
bottom: 0;
|
|
1982
|
+
transform: skewX(-16deg);
|
|
1983
|
+
border-radius: 6px;
|
|
1984
|
+
}
|
|
1985
|
+
.rk-web-core-nav-park .rk-web-core-nav-item-active::before {
|
|
1986
|
+
content: '';
|
|
1987
|
+
background: transparent;
|
|
1988
|
+
box-shadow: none;
|
|
1989
|
+
}
|
|
1990
|
+
.rk-web-core-nav-light .rk-web-core-icon {
|
|
1991
|
+
display: none;
|
|
1992
|
+
}
|
|
1993
|
+
.rk-web-core-nav-light .rk-web-core-nav-item {
|
|
1994
|
+
color: #212121;
|
|
1995
|
+
}
|
|
1996
|
+
.rk-web-core-nav-light .rk-web-core-nav-item-active::before {
|
|
1997
|
+
content: '';
|
|
1998
|
+
background: transparent !important;
|
|
1999
|
+
box-shadow: none;
|
|
2000
|
+
}
|
|
2001
|
+
.rk-web-core-nav-light .rk-web-core-nav-item-active span {
|
|
2002
|
+
color: var(--antd-wave-shadow-color) !important;
|
|
2003
|
+
}
|
|
1957
2004
|
.rk-web-core-nav-item {
|
|
1958
2005
|
font-size: 16px;
|
|
1959
2006
|
cursor: pointer;
|
|
@@ -1964,6 +2011,7 @@ html {
|
|
|
1964
2011
|
height: 50px;
|
|
1965
2012
|
position: relative;
|
|
1966
2013
|
min-width: 90px;
|
|
2014
|
+
transition: all 300ms;
|
|
1967
2015
|
}
|
|
1968
2016
|
.rk-web-core-nav-item-icon {
|
|
1969
2017
|
width: 100%;
|
|
@@ -1981,7 +2029,26 @@ html {
|
|
|
1981
2029
|
right: 0;
|
|
1982
2030
|
bottom: 0;
|
|
1983
2031
|
top: 0;
|
|
1984
|
-
font-size:
|
|
2032
|
+
font-size: 16px;
|
|
2033
|
+
}
|
|
2034
|
+
.rk-web-core-nav-item-active {
|
|
2035
|
+
position: relative;
|
|
2036
|
+
}
|
|
2037
|
+
.rk-web-core-nav-item-active::before {
|
|
2038
|
+
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;
|
|
2039
|
+
content: '';
|
|
2040
|
+
width: 100%;
|
|
2041
|
+
height: 100%;
|
|
2042
|
+
position: absolute;
|
|
2043
|
+
top: 0;
|
|
2044
|
+
left: 0;
|
|
2045
|
+
right: 0;
|
|
2046
|
+
bottom: 0;
|
|
2047
|
+
transform: skewX(-16deg);
|
|
2048
|
+
border-radius: 6px;
|
|
2049
|
+
}
|
|
2050
|
+
.rk-web-core-nav-item-active span {
|
|
2051
|
+
color: #FFC539;
|
|
1985
2052
|
}
|
|
1986
2053
|
.rk-web-core-nav-menu .ant-dropdown-menu-item,
|
|
1987
2054
|
.rk-web-core-nav-menu .ant-dropdown-menu-submenu-title {
|
|
@@ -1994,6 +2061,38 @@ html {
|
|
|
1994
2061
|
background: var(--antd-wave-shadow-color-o);
|
|
1995
2062
|
color: var(--antd-wave-shadow-color);
|
|
1996
2063
|
}
|
|
2064
|
+
.rk-web-core-header-v2-light .rk-web-core-header-light-inner {
|
|
2065
|
+
background: linear-gradient(180deg, #b3d2f4 0%, #e8f3fd 43.35%, #f8fcff 100%);
|
|
2066
|
+
box-shadow: 0 8px 8px rgba(0, 0, 0, 0.03);
|
|
2067
|
+
}
|
|
2068
|
+
.rk-web-core-header-v2-light .rk-web-core-logo-basic-inner {
|
|
2069
|
+
background: transparent !important;
|
|
2070
|
+
}
|
|
2071
|
+
.rk-web-core-header-v2-light .rk-web-core-logo-basic-title {
|
|
2072
|
+
color: #212121;
|
|
2073
|
+
font-weight: bold;
|
|
2074
|
+
}
|
|
2075
|
+
.rk-web-core-header-v2-light .header-extend .anticon {
|
|
2076
|
+
color: #212121;
|
|
2077
|
+
}
|
|
2078
|
+
.rk-web-core-header-v2-dark .rk-web-core-logo-basic-inner {
|
|
2079
|
+
background: transparent !important;
|
|
2080
|
+
box-shadow: none;
|
|
2081
|
+
}
|
|
2082
|
+
.rk-web-core-header-v2-dark .rk-web-core-logo-basic-title {
|
|
2083
|
+
color: #fff;
|
|
2084
|
+
font-weight: bold;
|
|
2085
|
+
}
|
|
2086
|
+
.rk-web-core-header-v2-dark .header-extend .anticon {
|
|
2087
|
+
color: #fff;
|
|
2088
|
+
}
|
|
2089
|
+
.rk-web-core-nav-menu-dark {
|
|
2090
|
+
border-radius: 6px;
|
|
2091
|
+
background: rgba(0, 0, 0, 0.8);
|
|
2092
|
+
}
|
|
2093
|
+
.rk-web-core-nav-menu-dark .ant-dropdown-menu-item {
|
|
2094
|
+
color: #fff;
|
|
2095
|
+
}
|
|
1997
2096
|
|
|
1998
2097
|
.rk-web-core-version-modal .version-title {
|
|
1999
2098
|
font-weight: 700;
|