rk-web-core 0.11.33 → 0.11.34
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],{
|
|
1
|
+
(window.webpackJsonprk_web_core=window.webpackJsonprk_web_core||[]).push([[1],{409:function(n,e,t){var r={"./App.vue":412,"./core/components/loading/src/loading.vue":106,"./core/layouts/AppSetting.vue":163};function u(n){var e=o(n);return t(e)}function o(n){if(!t.o(r,n)){var e=new Error("Cannot find module '"+n+"'");throw e.code="MODULE_NOT_FOUND",e}return r[n]}u.keys=function(){return Object.keys(r)},u.resolve=o,n.exports=u,u.id=409},410:function(n,e,t){"use strict";t.r(e);var r=t(411),u=t.n(r);for(var o in r)["default"].indexOf(o)<0&&function(n){t.d(e,n,(function(){return r[n]}))}(o);e.default=u.a},411:function(n,e,t){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default={name:"app",data:function(){return{}}}},412:function(n,e,t){"use strict";t.r(e);var r=t(413),u=t(410);for(var o in u)["default"].indexOf(o)<0&&function(n){t.d(e,n,(function(){return u[n]}))}(o);var i=t(66),a=Object(i.a)(u.default,r.a,r.b,!1,null,null,null);e.default=a.exports},413:function(n,e,t){"use strict";t.d(e,"a",(function(){return r})),t.d(e,"b",(function(){return u}));var r=function(){var n=this.$createElement;return(this._self._c||n)("div",{attrs:{id:"app"}})},u=[]}}]);
|
package/package.json
CHANGED
package/rk-web-core.css
CHANGED
|
@@ -1111,7 +1111,7 @@ html {
|
|
|
1111
1111
|
|
|
1112
1112
|
@font-face {
|
|
1113
1113
|
font-family: "creative";
|
|
1114
|
-
src: url(
|
|
1114
|
+
src: url(./creative-icon.ttf);
|
|
1115
1115
|
}
|
|
1116
1116
|
.header-extend {
|
|
1117
1117
|
width: 100%;
|
|
@@ -1758,6 +1758,34 @@ html {
|
|
|
1758
1758
|
left: 0;
|
|
1759
1759
|
right: 0;
|
|
1760
1760
|
}
|
|
1761
|
+
.rk-web-core-version-empty {
|
|
1762
|
+
flex: 1;
|
|
1763
|
+
width: 100%;
|
|
1764
|
+
overflow: hidden;
|
|
1765
|
+
display: flex;
|
|
1766
|
+
justify-content: center;
|
|
1767
|
+
align-items: center;
|
|
1768
|
+
}
|
|
1769
|
+
.rk-web-core-version-empty-core {
|
|
1770
|
+
display: flex;
|
|
1771
|
+
justify-content: center;
|
|
1772
|
+
align-items: center;
|
|
1773
|
+
flex-direction: column;
|
|
1774
|
+
position: relative;
|
|
1775
|
+
}
|
|
1776
|
+
.rk-web-core-version-empty-core svg {
|
|
1777
|
+
height: 240px;
|
|
1778
|
+
width: 240px;
|
|
1779
|
+
}
|
|
1780
|
+
.rk-web-core-version-empty-core span {
|
|
1781
|
+
position: absolute;
|
|
1782
|
+
bottom: 0;
|
|
1783
|
+
left: 50%;
|
|
1784
|
+
transform: translateX(-50%);
|
|
1785
|
+
font-weight: 400;
|
|
1786
|
+
font-size: 14px;
|
|
1787
|
+
color: rgba(102, 102, 102, 0.6);
|
|
1788
|
+
}
|
|
1761
1789
|
.rk-web-core-version-footer {
|
|
1762
1790
|
flex: 1;
|
|
1763
1791
|
overflow: hidden;
|