rk-web-core 0.10.75 → 0.10.78
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],{343:function(n,t,e){var r={"./App.vue":346};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=343},344:function(n,t,e){"use strict";e.r(t);var r=e(345),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},345:function(n,t,e){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default={name:"app",data:function(){return{}}}},346:function(n,t,e){"use strict";e.r(t);var r=e(348),o=e(344);for(var i in o)["default"].indexOf(i)<0&&function(n){e.d(t,n,(function(){return o[n]}))}(i);var u=e(347),a=Object(u.a)(o.default,r.a,r.b,!1,null,null,null);t.default=a.exports},347: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}))},348: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
|
@@ -1,3 +1,125 @@
|
|
|
1
|
+
* {
|
|
2
|
+
margin: 0;
|
|
3
|
+
}
|
|
4
|
+
html {
|
|
5
|
+
--antd-wave-shadow-color-o: rgba(15, 110, 255, 0.1);
|
|
6
|
+
}
|
|
7
|
+
.rk-web-core {
|
|
8
|
+
font-family: Barlow, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif, microsoft uighur;
|
|
9
|
+
}
|
|
10
|
+
.rk-web-core-full-layout {
|
|
11
|
+
height: 100%;
|
|
12
|
+
}
|
|
13
|
+
.maptalks {
|
|
14
|
+
position: relative;
|
|
15
|
+
height: 100%;
|
|
16
|
+
}
|
|
17
|
+
.sk-chase-box {
|
|
18
|
+
height: 100%;
|
|
19
|
+
}
|
|
20
|
+
.rk-web-core-no-allow {
|
|
21
|
+
width: 100%;
|
|
22
|
+
height: 100%;
|
|
23
|
+
display: flex;
|
|
24
|
+
justify-content: center;
|
|
25
|
+
align-items: center;
|
|
26
|
+
flex-direction: column;
|
|
27
|
+
}
|
|
28
|
+
.rk-web-core-no-allow-icon {
|
|
29
|
+
width: 300px;
|
|
30
|
+
}
|
|
31
|
+
.rk-web-core-no-allow-icon .rk-web-core-auth-icon {
|
|
32
|
+
width: 300px;
|
|
33
|
+
}
|
|
34
|
+
.rk-web-core-no-allow-info-desc {
|
|
35
|
+
margin: 6px 0 20px 0;
|
|
36
|
+
display: flex;
|
|
37
|
+
justify-content: center;
|
|
38
|
+
align-items: center;
|
|
39
|
+
}
|
|
40
|
+
.rk-web-core-no-allow-info-desc span {
|
|
41
|
+
font-weight: 400;
|
|
42
|
+
font-size: 20px;
|
|
43
|
+
color: #333;
|
|
44
|
+
}
|
|
45
|
+
.rk-web-core-no-allow-info-btn {
|
|
46
|
+
display: flex;
|
|
47
|
+
justify-content: center;
|
|
48
|
+
align-items: center;
|
|
49
|
+
}
|
|
50
|
+
.rk-web-core-change-project .ant-modal-title {
|
|
51
|
+
font-weight: 600;
|
|
52
|
+
font-size: 16px;
|
|
53
|
+
color: #333;
|
|
54
|
+
}
|
|
55
|
+
.rk-web-core-change-project .ant-modal-footer {
|
|
56
|
+
background: rgba(182, 191, 206, 0.29);
|
|
57
|
+
}
|
|
58
|
+
.rk-web-core-change-project .ant-modal-footer div:first-child {
|
|
59
|
+
display: flex;
|
|
60
|
+
justify-content: center;
|
|
61
|
+
align-items: center;
|
|
62
|
+
}
|
|
63
|
+
.rk-web-core-change-project .ant-modal-body {
|
|
64
|
+
padding: 20px 20px 0 20px;
|
|
65
|
+
}
|
|
66
|
+
.rk-web-core-change-project-wrapper {
|
|
67
|
+
height: 220px;
|
|
68
|
+
overflow: hidden;
|
|
69
|
+
}
|
|
70
|
+
.rk-web-core-change-project-wrapper-inner {
|
|
71
|
+
display: grid;
|
|
72
|
+
grid-template-columns: 1fr 1fr;
|
|
73
|
+
gap: 20px;
|
|
74
|
+
padding-bottom: 20px;
|
|
75
|
+
overflow: hidden;
|
|
76
|
+
}
|
|
77
|
+
.rk-web-core-project-item {
|
|
78
|
+
border-radius: 4px;
|
|
79
|
+
background: #f5f5f5;
|
|
80
|
+
min-height: 32px;
|
|
81
|
+
display: flex;
|
|
82
|
+
justify-content: center;
|
|
83
|
+
align-items: center;
|
|
84
|
+
justify-content: space-between;
|
|
85
|
+
padding: 6px;
|
|
86
|
+
transition: all 100ms;
|
|
87
|
+
cursor: pointer;
|
|
88
|
+
overflow: hidden;
|
|
89
|
+
position: relative;
|
|
90
|
+
}
|
|
91
|
+
.rk-web-core-project-item:active,
|
|
92
|
+
.rk-web-core-project-item:hover {
|
|
93
|
+
background: var(--antd-wave-shadow-color-o);
|
|
94
|
+
color: var(--antd-wave-shadow-color);
|
|
95
|
+
}
|
|
96
|
+
.rk-web-core-project-item:active::before,
|
|
97
|
+
.rk-web-core-project-item:hover::before {
|
|
98
|
+
content: "";
|
|
99
|
+
position: absolute;
|
|
100
|
+
left: 0;
|
|
101
|
+
top: 50%;
|
|
102
|
+
transform: translateY(-50%);
|
|
103
|
+
width: 4px;
|
|
104
|
+
height: 100%;
|
|
105
|
+
background: #116EF9;
|
|
106
|
+
border-radius: 4px;
|
|
107
|
+
}
|
|
108
|
+
.rk-web-core-project-item-active {
|
|
109
|
+
background: rgba(17, 110, 249, 0.9);
|
|
110
|
+
color: #ffffff;
|
|
111
|
+
}
|
|
112
|
+
.rk-web-core-project-item-text {
|
|
113
|
+
flex: 1;
|
|
114
|
+
text-align: left;
|
|
115
|
+
overflow: hidden;
|
|
116
|
+
white-space: nowrap;
|
|
117
|
+
text-overflow: ellipsis;
|
|
118
|
+
padding: 0 8px;
|
|
119
|
+
font-weight: 400;
|
|
120
|
+
font-size: 14px;
|
|
121
|
+
}
|
|
122
|
+
|
|
1
123
|
.el-scrollbar {
|
|
2
124
|
overflow: hidden;
|
|
3
125
|
width: 100%;
|
|
@@ -200,12 +322,14 @@ html {
|
|
|
200
322
|
height: 20px;
|
|
201
323
|
}
|
|
202
324
|
.rk-web-core-skin-style {
|
|
325
|
+
justify-content: center;
|
|
203
326
|
display: flex;
|
|
204
327
|
justify-content: space-between;
|
|
205
328
|
align-items: center;
|
|
206
329
|
margin-top: 20px;
|
|
207
330
|
}
|
|
208
331
|
.rk-web-core-skin-style-item {
|
|
332
|
+
justify-content: center;
|
|
209
333
|
display: flex;
|
|
210
334
|
justify-content: space-between;
|
|
211
335
|
align-items: center;
|