rk-web-core 0.10.35 → 0.10.38

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.
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.10.35",
4
+ "version": "0.10.38",
5
5
  "author": "",
6
6
  "main": "rk-web-core.js",
7
7
  "scripts": {
@@ -19,7 +19,7 @@
19
19
  "vue-router": "^3.5.3",
20
20
  "@micro-zoe/micro-app": "^0.8.3",
21
21
  "axios": "^0.21.1",
22
- "rk-web-map": "^0.3.72"
22
+ "rk-web-map": "^0.3.77"
23
23
  },
24
24
  "devDependencies": {
25
25
  "@babel/runtime": "^7.15.4",
package/rk-web-core.css CHANGED
@@ -394,7 +394,9 @@
394
394
  }
395
395
  .rk-web-core-app-external-list {
396
396
  margin-bottom: 10px;
397
+ background: #ffffff;
397
398
  border-radius: 4px;
399
+ overflow: hidden;
398
400
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.08);
399
401
  }
400
402
  .rk-web-core-app-external-cell {
@@ -407,16 +409,16 @@
407
409
  line-height: 22px;
408
410
  white-space: nowrap;
409
411
  cursor: pointer;
412
+ transition: all 300ms;
410
413
  border-bottom: 1px solid #f0f0f0;
411
414
  }
412
415
  .rk-web-core-app-external-cell:hover {
413
- color: #0f6eff;
414
- background-color: transparent;
415
- }
416
- .rk-web-core-app-external-cell:last-child {
417
- border: none;
416
+ transition: all 300ms;
417
+ color: #ffffff;
418
+ background-color: #0f6eff;
418
419
  }
419
420
  .rk-web-core-app-external-active {
421
+ transition: all 300ms;
420
422
  color: #ffffff;
421
423
  background-color: #0f6eff;
422
424
  }