rk-web-core 0.12.82 → 0.12.83
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.
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "rk-web-core",
|
|
3
3
|
"description": "iep core utils",
|
|
4
|
-
"version": "0.12.
|
|
4
|
+
"version": "0.12.83",
|
|
5
5
|
"author": "",
|
|
6
6
|
"main": "rk-web-core.js",
|
|
7
7
|
"scripts": {
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"build": "cross-env NODE_ENV=production webpack --progress --hide-modules"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@micro-zoe/micro-app": "^1.0.0-alpha.
|
|
12
|
+
"@micro-zoe/micro-app": "^1.0.0-alpha.10",
|
|
13
13
|
"axios": "^0.27.2",
|
|
14
14
|
"crypto-js": "^4.1.1",
|
|
15
15
|
"lodash.clonedeep": "^4.5.0",
|
package/rk-web-core.css
CHANGED
|
@@ -199,7 +199,10 @@
|
|
|
199
199
|
align-items: center;
|
|
200
200
|
}
|
|
201
201
|
.rk-web-core-extension-tooltip .ant-tooltip-inner {
|
|
202
|
-
background: rgba(
|
|
202
|
+
background: rgba(255, 255, 255, 0.8);
|
|
203
|
+
}
|
|
204
|
+
.rk-web-core-extension-tooltip .ant-btn {
|
|
205
|
+
width: 100%;
|
|
203
206
|
}
|
|
204
207
|
@keyframes light {
|
|
205
208
|
from {
|
|
@@ -637,7 +640,7 @@ html {
|
|
|
637
640
|
}
|
|
638
641
|
.rk-web-core-slider-inner-footer {
|
|
639
642
|
height: 40px;
|
|
640
|
-
background: rgba(15, 110, 255, 0.
|
|
643
|
+
background: rgba(15, 110, 255, 0.07);
|
|
641
644
|
display: flex;
|
|
642
645
|
justify-content: flex-end;
|
|
643
646
|
align-items: center;
|