rk-web-core 0.9.57 → 0.9.61

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.9.57",
4
+ "version": "0.9.61",
5
5
  "author": "",
6
6
  "main": "rk-web-core.js",
7
7
  "scripts": {
@@ -17,7 +17,7 @@
17
17
  "vue-router": "^3.5.3",
18
18
  "@micro-zoe/micro-app": "^0.8.3",
19
19
  "axios": "^0.21.1",
20
- "rk-web-map": "^0.3.25"
20
+ "rk-web-map": "^0.3.26"
21
21
  },
22
22
  "devDependencies": {
23
23
  "@babel/runtime": "^7.15.4",
package/rk-web-core.css CHANGED
@@ -135,7 +135,7 @@
135
135
  display: flex;
136
136
  justify-content: flex-end;
137
137
  align-items: center;
138
- gap: 20px;
138
+ gap: 10px;
139
139
  }
140
140
  .rk-web-core-header-dark {
141
141
  background: transparent;
@@ -372,7 +372,6 @@
372
372
  .rk-web-core-app-external-list {
373
373
  margin-bottom: 10px;
374
374
  background: #ffffff;
375
- border: 1px solid #e5e5e5;
376
375
  border-radius: 4px;
377
376
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.08);
378
377
  }