rk-web-core 0.13.2 → 0.13.5
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.
|
@@ -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/package.json
CHANGED
package/rk-web-core.css
CHANGED
|
@@ -1961,9 +1961,25 @@ html {
|
|
|
1961
1961
|
.rk-web-core-nav-dark .rk-web-core-nav-item {
|
|
1962
1962
|
color: #fff;
|
|
1963
1963
|
}
|
|
1964
|
+
.rk-web-core-nav-park .rk-web-core-nav-item-active::before {
|
|
1965
|
+
content: '';
|
|
1966
|
+
background: transparent;
|
|
1967
|
+
box-shadow: none;
|
|
1968
|
+
}
|
|
1969
|
+
.rk-web-core-nav-light .rk-web-core-icon {
|
|
1970
|
+
display: none;
|
|
1971
|
+
}
|
|
1964
1972
|
.rk-web-core-nav-light .rk-web-core-nav-item {
|
|
1965
1973
|
color: #212121;
|
|
1966
1974
|
}
|
|
1975
|
+
.rk-web-core-nav-light .rk-web-core-nav-item-active {
|
|
1976
|
+
color: var(--antd-wave-shadow-color);
|
|
1977
|
+
}
|
|
1978
|
+
.rk-web-core-nav-light .rk-web-core-nav-item-active::before {
|
|
1979
|
+
content: '';
|
|
1980
|
+
background: transparent;
|
|
1981
|
+
box-shadow: none;
|
|
1982
|
+
}
|
|
1967
1983
|
.rk-web-core-nav-item {
|
|
1968
1984
|
font-size: 16px;
|
|
1969
1985
|
cursor: pointer;
|
|
@@ -2001,15 +2017,15 @@ html {
|
|
|
2001
2017
|
content: '';
|
|
2002
2018
|
width: 100%;
|
|
2003
2019
|
height: 100%;
|
|
2004
|
-
background:
|
|
2020
|
+
background: rgba(54, 90, 161, 0.1);
|
|
2005
2021
|
position: absolute;
|
|
2006
2022
|
top: 0;
|
|
2007
2023
|
left: 0;
|
|
2008
2024
|
right: 0;
|
|
2009
2025
|
bottom: 0;
|
|
2010
|
-
transform: skewX(-
|
|
2026
|
+
transform: skewX(-16deg);
|
|
2011
2027
|
border-radius: 6px;
|
|
2012
|
-
box-shadow: 2px 2px 10px 1px
|
|
2028
|
+
box-shadow: 2px 2px 10px 1px #365aa1 inset;
|
|
2013
2029
|
}
|
|
2014
2030
|
.rk-web-core-nav-menu .ant-dropdown-menu-item,
|
|
2015
2031
|
.rk-web-core-nav-menu .ant-dropdown-menu-submenu-title {
|