rk-web-core 0.10.19 → 0.10.22

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,63 +1,63 @@
1
- {
2
- "name": "rk-web-core",
3
- "description": "iep core utils",
4
- "version": "0.10.19",
5
- "author": "",
6
- "main": "rk-web-core.js",
7
- "scripts": {
8
- "dev": "cross-env NODE_ENV=development webpack-dev-server --open --hot",
9
- "build": "cross-env NODE_ENV=production webpack --progress --hide-modules",
10
- "postinstall": "node scripts/postinstall.js || echo \\\"ignore\\\""
11
- },
12
- "dependencies": {
13
- "vue": "^2.6.14",
14
- "store": "^2.0.12",
15
- "lodash": "^4.17.21",
16
- "nprogress": "^0.2.0",
17
- "vuex": "^3.4.0",
18
- "crypto-js": "^4.1.1",
19
- "vue-router": "^3.5.3",
20
- "@micro-zoe/micro-app": "^0.8.3",
21
- "axios": "^0.21.1",
22
- "rk-web-map": "^0.3.66"
23
- },
24
- "devDependencies": {
25
- "@babel/runtime": "^7.15.4",
26
- "babel-core": "^6.26.0",
27
- "babel-loader": "^7.1.5",
28
- "babel-plugin-dynamic-import-webpack": "^1.1.0",
29
- "babel-plugin-syntax-jsx": "^6.18.0",
30
- "babel-plugin-transform-class-properties": "^6.24.1",
31
- "babel-plugin-transform-object-assign": "^6.22.0",
32
- "babel-plugin-transform-object-rest-spread": "^6.26.0",
33
- "babel-plugin-transform-runtime": "^6.23.0",
34
- "babel-plugin-transform-vue-jsx": "^3.7.0",
35
- "babel-preset-env": "^1.7.0",
36
- "babel-preset-stage-3": "^6.24.1",
37
- "classnames": "^2.3.1",
38
- "cross-env": "^7.0.3",
39
- "css-loader": "^3.0.0",
40
- "extract-css-chunks-webpack-plugin": "^4.9.0",
41
- "extract-text-webpack-plugin": "^3.0.2",
42
- "file-loader": "^6.2.0",
43
- "html-loader": "^1.3.0",
44
- "html-webpack-plugin": "^4.4.1",
45
- "less": "^3.9.0",
46
- "less-loader": "^6.0.0",
47
- "mini-css-extract-plugin": "^0.11.0",
48
- "optimize-css-assets-webpack-plugin": "^6.0.1",
49
- "uglifyjs-webpack-plugin": "^2.2.0",
50
- "vue-loader": "^15.6.2",
51
- "vue-svg-loader": "^0.16.0",
52
- "vue-template-compiler": "^2.6.14",
53
- "webpack": "^4.44.1",
54
- "webpack-cli": "^3.3.12",
55
- "webpack-dev-server": "^3.11.0",
56
- "webpackbar": "^4.0.0"
57
- },
58
- "browserslist": [
59
- "> 1%",
60
- "last 2 versions",
61
- "not ie <= 8"
62
- ]
63
- }
1
+ {
2
+ "name": "rk-web-core",
3
+ "description": "iep core utils",
4
+ "version": "0.10.22",
5
+ "author": "",
6
+ "main": "rk-web-core.js",
7
+ "scripts": {
8
+ "dev": "cross-env NODE_ENV=development webpack-dev-server --open --hot",
9
+ "build": "cross-env NODE_ENV=production webpack --progress --hide-modules",
10
+ "postinstall": "node scripts/postinstall.js || echo \\\"ignore\\\""
11
+ },
12
+ "dependencies": {
13
+ "vue": "^2.6.14",
14
+ "store": "^2.0.12",
15
+ "lodash": "^4.17.21",
16
+ "nprogress": "^0.2.0",
17
+ "vuex": "^3.4.0",
18
+ "crypto-js": "^4.1.1",
19
+ "vue-router": "^3.5.3",
20
+ "@micro-zoe/micro-app": "^0.8.3",
21
+ "axios": "^0.21.1",
22
+ "rk-web-map": "^0.3.67"
23
+ },
24
+ "devDependencies": {
25
+ "@babel/runtime": "^7.15.4",
26
+ "babel-core": "^6.26.0",
27
+ "babel-loader": "^7.1.5",
28
+ "babel-plugin-dynamic-import-webpack": "^1.1.0",
29
+ "babel-plugin-syntax-jsx": "^6.18.0",
30
+ "babel-plugin-transform-class-properties": "^6.24.1",
31
+ "babel-plugin-transform-object-assign": "^6.22.0",
32
+ "babel-plugin-transform-object-rest-spread": "^6.26.0",
33
+ "babel-plugin-transform-runtime": "^6.23.0",
34
+ "babel-plugin-transform-vue-jsx": "^3.7.0",
35
+ "babel-preset-env": "^1.7.0",
36
+ "babel-preset-stage-3": "^6.24.1",
37
+ "classnames": "^2.3.1",
38
+ "cross-env": "^7.0.3",
39
+ "css-loader": "^3.0.0",
40
+ "extract-css-chunks-webpack-plugin": "^4.9.0",
41
+ "extract-text-webpack-plugin": "^3.0.2",
42
+ "file-loader": "^6.2.0",
43
+ "html-loader": "^1.3.0",
44
+ "html-webpack-plugin": "^4.4.1",
45
+ "less": "^3.9.0",
46
+ "less-loader": "^6.0.0",
47
+ "mini-css-extract-plugin": "^0.11.0",
48
+ "optimize-css-assets-webpack-plugin": "^6.0.1",
49
+ "uglifyjs-webpack-plugin": "^2.2.0",
50
+ "vue-loader": "^15.6.2",
51
+ "vue-svg-loader": "^0.16.0",
52
+ "vue-template-compiler": "^2.6.14",
53
+ "webpack": "^4.44.1",
54
+ "webpack-cli": "^3.3.12",
55
+ "webpack-dev-server": "^3.11.0",
56
+ "webpackbar": "^4.0.0"
57
+ },
58
+ "browserslist": [
59
+ "> 1%",
60
+ "last 2 versions",
61
+ "not ie <= 8"
62
+ ]
63
+ }
package/rk-web-core.css CHANGED
@@ -387,7 +387,6 @@
387
387
  }
388
388
  .rk-web-core-app-external-list {
389
389
  margin-bottom: 10px;
390
- background: #ffffff;
391
390
  border-radius: 4px;
392
391
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.08);
393
392
  }
@@ -401,13 +400,11 @@
401
400
  line-height: 22px;
402
401
  white-space: nowrap;
403
402
  cursor: pointer;
404
- transition: all 0.3s;
405
403
  border-bottom: 1px solid #f0f0f0;
406
404
  }
407
405
  .rk-web-core-app-external-cell:hover {
408
- transition: all 0.3s;
409
- color: #ffffff;
410
- background-color: #f5f5f5;
406
+ color: #0f6eff;
407
+ background-color: transparent;
411
408
  }
412
409
  .rk-web-core-app-external-cell:last-child {
413
410
  border: none;
@@ -419,6 +416,7 @@
419
416
  .rk-web-core-app-external-btn {
420
417
  background: #ffffff;
421
418
  border: 1px solid #e5e5e5;
419
+ margin-top: 6px;
422
420
  border-radius: 4px;
423
421
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.08);
424
422
  padding: 6px 12px;
@@ -428,12 +426,17 @@
428
426
  line-height: 22px;
429
427
  white-space: nowrap;
430
428
  cursor: pointer;
431
- transition: all 0.3s;
432
429
  }
433
430
  .rk-web-core-app-external-btn:active {
434
431
  color: #ffffff;
435
432
  background-color: #f5f5f5;
436
433
  }
434
+ .rk-web-core-app-external-btn:hover {
435
+ color: #0f6eff;
436
+ }
437
+ .rk-web-core-app-external-btn span {
438
+ margin-left: 2px;
439
+ }
437
440
 
438
441
  * {
439
442
  margin: 0;