rk-web-core 0.13.1 → 0.13.2
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.ed07407c37c5512f22d8.js +1 -0
- package/package.json +2 -2
- package/rk-web-core.css +93 -1
- package/rk-web-core.js +23 -23
- package/1.a51fae5e6e4941687d72.js +0 -1
|
@@ -0,0 +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":175};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/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.2",
|
|
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.118",
|
|
20
20
|
"jsencrypt": "^3.0.1",
|
|
21
21
|
"md5": "^2.3.0"
|
|
22
22
|
},
|
package/rk-web-core.css
CHANGED
|
@@ -1948,12 +1948,22 @@ html {
|
|
|
1948
1948
|
justify-content: center;
|
|
1949
1949
|
}
|
|
1950
1950
|
|
|
1951
|
+
.rk-web-core-icon {
|
|
1952
|
+
height: 50px;
|
|
1953
|
+
transform: scaleY(1.5);
|
|
1954
|
+
}
|
|
1951
1955
|
.rk-web-core-nav {
|
|
1952
1956
|
display: flex;
|
|
1953
1957
|
justify-content: flex-start;
|
|
1954
1958
|
align-items: center;
|
|
1955
1959
|
gap: 0 10px;
|
|
1956
1960
|
}
|
|
1961
|
+
.rk-web-core-nav-dark .rk-web-core-nav-item {
|
|
1962
|
+
color: #fff;
|
|
1963
|
+
}
|
|
1964
|
+
.rk-web-core-nav-light .rk-web-core-nav-item {
|
|
1965
|
+
color: #212121;
|
|
1966
|
+
}
|
|
1957
1967
|
.rk-web-core-nav-item {
|
|
1958
1968
|
font-size: 16px;
|
|
1959
1969
|
cursor: pointer;
|
|
@@ -1964,6 +1974,7 @@ html {
|
|
|
1964
1974
|
height: 50px;
|
|
1965
1975
|
position: relative;
|
|
1966
1976
|
min-width: 90px;
|
|
1977
|
+
transition: all 300ms;
|
|
1967
1978
|
}
|
|
1968
1979
|
.rk-web-core-nav-item-icon {
|
|
1969
1980
|
width: 100%;
|
|
@@ -1981,7 +1992,24 @@ html {
|
|
|
1981
1992
|
right: 0;
|
|
1982
1993
|
bottom: 0;
|
|
1983
1994
|
top: 0;
|
|
1984
|
-
font-size:
|
|
1995
|
+
font-size: 16px;
|
|
1996
|
+
}
|
|
1997
|
+
.rk-web-core-nav-item-active {
|
|
1998
|
+
position: relative;
|
|
1999
|
+
}
|
|
2000
|
+
.rk-web-core-nav-item-active::before {
|
|
2001
|
+
content: '';
|
|
2002
|
+
width: 100%;
|
|
2003
|
+
height: 100%;
|
|
2004
|
+
background: var(--antd-wave-shadow-color-o);
|
|
2005
|
+
position: absolute;
|
|
2006
|
+
top: 0;
|
|
2007
|
+
left: 0;
|
|
2008
|
+
right: 0;
|
|
2009
|
+
bottom: 0;
|
|
2010
|
+
transform: skewX(-14deg);
|
|
2011
|
+
border-radius: 6px;
|
|
2012
|
+
box-shadow: 2px 2px 10px 1px var(--antd-wave-shadow-color) inset;
|
|
1985
2013
|
}
|
|
1986
2014
|
.rk-web-core-nav-menu .ant-dropdown-menu-item,
|
|
1987
2015
|
.rk-web-core-nav-menu .ant-dropdown-menu-submenu-title {
|
|
@@ -1995,3 +2023,67 @@ html {
|
|
|
1995
2023
|
color: var(--antd-wave-shadow-color);
|
|
1996
2024
|
}
|
|
1997
2025
|
|
|
2026
|
+
.rk-web-core-version-modal .version-title {
|
|
2027
|
+
font-weight: 700;
|
|
2028
|
+
font-size: 20px;
|
|
2029
|
+
color: #333;
|
|
2030
|
+
}
|
|
2031
|
+
.rk-web-core-version-modal .ant-modal-title {
|
|
2032
|
+
display: inline-block;
|
|
2033
|
+
font-size: 16px !important;
|
|
2034
|
+
color: #0a211a !important;
|
|
2035
|
+
font-weight: 800 !important;
|
|
2036
|
+
position: relative !important;
|
|
2037
|
+
}
|
|
2038
|
+
.rk-web-core-version-modal .ant-modal-title::after {
|
|
2039
|
+
content: '' !important;
|
|
2040
|
+
display: block !important;
|
|
2041
|
+
width: 100% !important;
|
|
2042
|
+
height: 4px !important;
|
|
2043
|
+
background: #f8ce32 !important;
|
|
2044
|
+
border-radius: 2px !important;
|
|
2045
|
+
position: absolute !important;
|
|
2046
|
+
bottom: -10px !important;
|
|
2047
|
+
}
|
|
2048
|
+
.rk-web-core-version-modal .version-title {
|
|
2049
|
+
color: #202121;
|
|
2050
|
+
font-size: 24px;
|
|
2051
|
+
font-weight: 400;
|
|
2052
|
+
margin-bottom: 12px;
|
|
2053
|
+
margin-top: -10px;
|
|
2054
|
+
}
|
|
2055
|
+
.rk-web-core-version-modal .update-time {
|
|
2056
|
+
border: 1px solid #DCE0DF;
|
|
2057
|
+
background: #F2F5F4;
|
|
2058
|
+
color: #969998;
|
|
2059
|
+
font-size: 12px;
|
|
2060
|
+
font-weight: 400;
|
|
2061
|
+
line-height: 20px;
|
|
2062
|
+
display: inline-block;
|
|
2063
|
+
padding: 0 8px;
|
|
2064
|
+
margin-bottom: 20px;
|
|
2065
|
+
border-radius: 4px;
|
|
2066
|
+
}
|
|
2067
|
+
.rk-web-core-version-modal .cicle {
|
|
2068
|
+
width: 8px;
|
|
2069
|
+
height: 8px;
|
|
2070
|
+
border: 1px solid var(--antd-wave-shadow-color);
|
|
2071
|
+
border-radius: 50%;
|
|
2072
|
+
display: inline-block;
|
|
2073
|
+
margin-right: 8px;
|
|
2074
|
+
}
|
|
2075
|
+
.rk-web-core-version-modal .ant-image-mask-info {
|
|
2076
|
+
display: none !important;
|
|
2077
|
+
}
|
|
2078
|
+
.rk-web-core-version-modal .version-more {
|
|
2079
|
+
margin-top: 16px;
|
|
2080
|
+
color: var(--antd-wave-shadow-color);
|
|
2081
|
+
font-size: 14px;
|
|
2082
|
+
font-weight: 500;
|
|
2083
|
+
cursor: pointer;
|
|
2084
|
+
}
|
|
2085
|
+
.rk-web-core-version-modal .version-more .iconfont {
|
|
2086
|
+
transform: rotate(-90deg) !important;
|
|
2087
|
+
display: inline-block !important;
|
|
2088
|
+
}
|
|
2089
|
+
|