rk-web-core 0.9.28 → 0.9.32
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],{242:function(n,t,e){var r={"./App.vue":245};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=242},243:function(n,t,e){"use strict";e.r(t);var r=e(244),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},244:function(n,t,e){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default={name:"app",data:function(){return{}}}},245:function(n,t,e){"use strict";e.r(t);var r=e(247),o=e(243);for(var i in o)["default"].indexOf(i)<0&&function(n){e.d(t,n,(function(){return o[n]}))}(i);var u=e(246),a=Object(u.a)(o.default,r.a,r.b,!1,null,null,null);t.default=a.exports},246: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}))},247: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=[]}}]);
|
|
Binary file
|
package/package.json
CHANGED
package/rk-web-core.css
CHANGED
|
@@ -390,7 +390,7 @@
|
|
|
390
390
|
}
|
|
391
391
|
.rk-web-core-app-external-active {
|
|
392
392
|
color: #ffffff;
|
|
393
|
-
background-color: #
|
|
393
|
+
background-color: #0f6eff;
|
|
394
394
|
}
|
|
395
395
|
.rk-web-core-app-external-btn {
|
|
396
396
|
background: #ffffff;
|
|
@@ -519,3 +519,113 @@
|
|
|
519
519
|
height: 100%;
|
|
520
520
|
}
|
|
521
521
|
|
|
522
|
+
@font-face {
|
|
523
|
+
font-family: "creative";
|
|
524
|
+
src: url(./creative-icon.ttf);
|
|
525
|
+
}
|
|
526
|
+
.header-extend {
|
|
527
|
+
width: 100%;
|
|
528
|
+
height: 100%;
|
|
529
|
+
padding-right: 30px;
|
|
530
|
+
cursor: pointer;
|
|
531
|
+
box-sizing: border-box;
|
|
532
|
+
}
|
|
533
|
+
.header-extend-inner {
|
|
534
|
+
width: 100%;
|
|
535
|
+
height: 100%;
|
|
536
|
+
display: flex;
|
|
537
|
+
justify-content: flex-end;
|
|
538
|
+
align-items: center;
|
|
539
|
+
}
|
|
540
|
+
.header-extend .anticon {
|
|
541
|
+
color: #fff;
|
|
542
|
+
padding-right: 12px;
|
|
543
|
+
}
|
|
544
|
+
.header-extend-popover .ant-popover-inner-content {
|
|
545
|
+
padding: 0;
|
|
546
|
+
}
|
|
547
|
+
.header-extend-popover .ant-popover-inner {
|
|
548
|
+
background: rgba(255, 255, 255, 0.8);
|
|
549
|
+
overflow: hidden;
|
|
550
|
+
}
|
|
551
|
+
.header-extend-content {
|
|
552
|
+
min-width: 200px;
|
|
553
|
+
}
|
|
554
|
+
.header-extend-content img {
|
|
555
|
+
width: 36px;
|
|
556
|
+
height: 36px;
|
|
557
|
+
margin-right: 12px;
|
|
558
|
+
}
|
|
559
|
+
.header-extend-content .ant-avatar {
|
|
560
|
+
margin-right: 12px;
|
|
561
|
+
}
|
|
562
|
+
.header-extend-content-header {
|
|
563
|
+
display: flex;
|
|
564
|
+
justify-content: flex-start;
|
|
565
|
+
align-items: center;
|
|
566
|
+
border-bottom: 1px solid rgba(101, 120, 155, 0.1);
|
|
567
|
+
padding: 10px 20px;
|
|
568
|
+
}
|
|
569
|
+
.header-extend-content-header-title {
|
|
570
|
+
font-family: creative;
|
|
571
|
+
display: flex;
|
|
572
|
+
justify-content: center;
|
|
573
|
+
align-items: center;
|
|
574
|
+
flex-direction: column;
|
|
575
|
+
}
|
|
576
|
+
.header-extend-content-header-title span:first-child {
|
|
577
|
+
font-size: 20px;
|
|
578
|
+
font-weight: bolder;
|
|
579
|
+
line-height: 1;
|
|
580
|
+
}
|
|
581
|
+
.header-extend-content-header-title span:last-child {
|
|
582
|
+
font-size: 12px;
|
|
583
|
+
letter-spacing: 4px;
|
|
584
|
+
line-height: 1;
|
|
585
|
+
}
|
|
586
|
+
.header-extend-content-footer {
|
|
587
|
+
height: 290px;
|
|
588
|
+
overflow: hidden;
|
|
589
|
+
border-bottom-right-radius: 2px;
|
|
590
|
+
border-bottom-left-radius: 2px;
|
|
591
|
+
}
|
|
592
|
+
.header-extend-content-footer-inner {
|
|
593
|
+
display: flex;
|
|
594
|
+
flex-direction: column;
|
|
595
|
+
}
|
|
596
|
+
.header-extend-content-footer .ant-scrollbar {
|
|
597
|
+
height: 100%;
|
|
598
|
+
}
|
|
599
|
+
.header-extend-content-footer-item {
|
|
600
|
+
padding: 6px 20px;
|
|
601
|
+
transition: all 300ms;
|
|
602
|
+
cursor: pointer;
|
|
603
|
+
}
|
|
604
|
+
.header-extend-content-footer-item span {
|
|
605
|
+
font-size: 14px;
|
|
606
|
+
color: #0e1d29;
|
|
607
|
+
}
|
|
608
|
+
.header-extend-content-footer-item:hover {
|
|
609
|
+
transition: all 300ms;
|
|
610
|
+
background: linear-gradient(90deg, #0f6eff 0%, rgba(14, 105, 245, 0.93) 47.78%, #62abf8 100%);
|
|
611
|
+
}
|
|
612
|
+
.header-extend-content-footer-item:hover span {
|
|
613
|
+
color: #fff;
|
|
614
|
+
}
|
|
615
|
+
.header-extend-content-footer-item-active {
|
|
616
|
+
transition: all 300ms;
|
|
617
|
+
background: linear-gradient(90deg, #0f6eff 0%, rgba(14, 105, 245, 0.93) 47.78%, #62abf8 100%);
|
|
618
|
+
}
|
|
619
|
+
.header-extend-content-footer-item-active span {
|
|
620
|
+
color: #fff;
|
|
621
|
+
}
|
|
622
|
+
.app-dropdown-dark .ant-popover-inner {
|
|
623
|
+
background: rgba(0, 0, 0, 0.46);
|
|
624
|
+
}
|
|
625
|
+
.app-dropdown-dark .ant-popover-arrow {
|
|
626
|
+
border-color: rgba(0, 0, 0, 0.46) !important;
|
|
627
|
+
}
|
|
628
|
+
.app-dropdown-dark span {
|
|
629
|
+
color: #ffffff;
|
|
630
|
+
}
|
|
631
|
+
|