rk-web-core 0.10.64 → 0.10.67
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],{326:function(n,t,e){var r={"./App.vue":329};function o(n){var t=i(n);return e(t)}function i(n){if(!e.o(r,n)){var t=new Error("Cannot find module '"+n+"'");throw t.code="MODULE_NOT_FOUND",t}return r[n]}o.keys=function(){return Object.keys(r)},o.resolve=i,n.exports=o,o.id=326},327:function(n,t,e){"use strict";e.r(t);var r=e(328),o=e.n(r);for(var i in r)["default"].indexOf(i)<0&&function(n){e.d(t,n,(function(){return r[n]}))}(i);t.default=o.a},328:function(n,t,e){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default={name:"app",data:function(){return{}}}},329:function(n,t,e){"use strict";e.r(t);var r=e(331),o=e(327);for(var i in o)["default"].indexOf(i)<0&&function(n){e.d(t,n,(function(){return o[n]}))}(i);var u=e(330),a=Object(u.a)(o.default,r.a,r.b,!1,null,null,null);t.default=a.exports},330:function(n,t,e){"use strict";function r(n,t,e,r,o,i,u,a){var s,c="function"==typeof n?n.options:n;if(t&&(c.render=t,c.staticRenderFns=e,c._compiled=!0),r&&(c.functional=!0),i&&(c._scopeId="data-v-"+i),u?(s=function(n){(n=n||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext)||"undefined"==typeof __VUE_SSR_CONTEXT__||(n=__VUE_SSR_CONTEXT__),o&&o.call(this,n),n&&n._registeredComponents&&n._registeredComponents.add(u)},c._ssrRegister=s):o&&(s=a?function(){o.call(this,(c.functional?this.parent:this).$root.$options.shadowRoot)}:o),s)if(c.functional){c._injectStyles=s;var f=c.render;c.render=function(n,t){return s.call(t),f(n,t)}}else{var d=c.beforeCreate;c.beforeCreate=d?[].concat(d,s):[s]}return{exports:n,options:c}}e.d(t,"a",(function(){return r}))},331:function(n,t,e){"use strict";e.d(t,"a",(function(){return r})),e.d(t,"b",(function(){return o}));var r=function(){var n=this.$createElement;return(this._self._c||n)("div",{attrs:{id:"app"}})},o=[]}}]);
|
package/package.json
CHANGED
package/rk-web-core.css
CHANGED
|
@@ -162,6 +162,10 @@
|
|
|
162
162
|
}
|
|
163
163
|
.rk-web-core-header {
|
|
164
164
|
height: 70px;
|
|
165
|
+
user-select: none;
|
|
166
|
+
}
|
|
167
|
+
.rk-web-core-header #navCanvas {
|
|
168
|
+
bottom: 0;
|
|
165
169
|
}
|
|
166
170
|
.rk-web-core-header-inner {
|
|
167
171
|
display: flex;
|
|
@@ -188,7 +192,7 @@
|
|
|
188
192
|
justify-content: space-between;
|
|
189
193
|
align-items: center;
|
|
190
194
|
flex: 1;
|
|
191
|
-
padding: 0 20px 0
|
|
195
|
+
padding: 0 20px 0 1vw;
|
|
192
196
|
box-sizing: border-box;
|
|
193
197
|
height: 100%;
|
|
194
198
|
}
|
|
@@ -202,6 +206,7 @@
|
|
|
202
206
|
cursor: pointer;
|
|
203
207
|
transition: all 300ms;
|
|
204
208
|
flex: 1;
|
|
209
|
+
position: relative;
|
|
205
210
|
}
|
|
206
211
|
.rk-web-core-header-right-nav-item {
|
|
207
212
|
text-align: center;
|
|
@@ -333,6 +338,7 @@
|
|
|
333
338
|
background: #ffffff;
|
|
334
339
|
box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.08);
|
|
335
340
|
overflow: hidden;
|
|
341
|
+
user-select: none;
|
|
336
342
|
}
|
|
337
343
|
.rk-web-core-slider .ant-menu-sub li span {
|
|
338
344
|
margin-left: var(--left);
|
|
@@ -587,8 +593,8 @@
|
|
|
587
593
|
display: flex;
|
|
588
594
|
justify-content: flex-start;
|
|
589
595
|
align-items: center;
|
|
590
|
-
gap:
|
|
591
|
-
margin-left:
|
|
596
|
+
gap: 10px;
|
|
597
|
+
margin-left: 10px;
|
|
592
598
|
}
|
|
593
599
|
.rk-web-core-header-info-group-time {
|
|
594
600
|
height: 100%;
|
|
@@ -607,6 +613,23 @@
|
|
|
607
613
|
line-height: 1;
|
|
608
614
|
font-size: 12px;
|
|
609
615
|
}
|
|
616
|
+
.rk-web-core-header-info-group-skin {
|
|
617
|
+
width: 30px;
|
|
618
|
+
height: 30px;
|
|
619
|
+
display: flex;
|
|
620
|
+
justify-content: center;
|
|
621
|
+
align-items: center;
|
|
622
|
+
cursor: pointer;
|
|
623
|
+
}
|
|
624
|
+
.rk-web-core-header-info-group-skin svg {
|
|
625
|
+
width: 18px;
|
|
626
|
+
height: 18px;
|
|
627
|
+
fill: #333;
|
|
628
|
+
}
|
|
629
|
+
.rk-web-core-header-info-group-skin:hover,
|
|
630
|
+
.rk-web-core-header-info-group-skin:active {
|
|
631
|
+
fill: #0f6eff;
|
|
632
|
+
}
|
|
610
633
|
.rk-web-core-header-info-group-weather {
|
|
611
634
|
display: flex;
|
|
612
635
|
justify-content: flex-start;
|
|
@@ -661,6 +684,9 @@
|
|
|
661
684
|
.rk-web-core-header-info-group-dark small {
|
|
662
685
|
color: #ffffff;
|
|
663
686
|
}
|
|
687
|
+
.rk-web-core-header-info-group-dark .rk-web-core-header-info-group-skin svg {
|
|
688
|
+
fill: #ffffff;
|
|
689
|
+
}
|
|
664
690
|
|
|
665
691
|
.rk-map {
|
|
666
692
|
width: 100%;
|