rk-web-core 0.11.93 → 0.11.97

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.11.93",
4
+ "version": "0.11.97",
5
5
  "author": "",
6
6
  "main": "rk-web-core.js",
7
7
  "scripts": {
@@ -16,7 +16,7 @@
16
16
  "nprogress": "^0.2.0",
17
17
  "resize-observer-polyfill": "^1.5.1",
18
18
  "store": "^2.0.12",
19
- "rk-web-map": "^0.3.105",
19
+ "rk-web-map": "^0.3.107",
20
20
  "jsencrypt": "^3.0.1",
21
21
  "md5": "^2.3.0"
22
22
  },
package/rk-web-core.css CHANGED
@@ -440,6 +440,7 @@ html {
440
440
  }
441
441
  .rk-web-core-header #navCanvas {
442
442
  bottom: 0;
443
+ user-select: none;
443
444
  }
444
445
  .rk-web-core-header-inner {
445
446
  display: flex;
@@ -464,7 +465,7 @@ html {
464
465
  .rk-web-core-header-right {
465
466
  display: flex;
466
467
  justify-content: space-between;
467
- align-items: center;
468
+ align-items: flex-end;
468
469
  flex: 1;
469
470
  padding: 0 20px 0 1vw;
470
471
  box-sizing: border-box;
@@ -481,6 +482,7 @@ html {
481
482
  transition: all 300ms;
482
483
  flex: 1;
483
484
  position: relative;
485
+ height: 60px;
484
486
  }
485
487
  .rk-web-core-header-right-nav-item {
486
488
  min-width: 60px;
@@ -489,6 +491,10 @@ html {
489
491
  font-weight: 400;
490
492
  color: #000000;
491
493
  padding: 0 20px;
494
+ height: 60px;
495
+ display: flex;
496
+ justify-content: center;
497
+ align-items: center;
492
498
  }
493
499
  .rk-web-core-header-right-nav-active {
494
500
  font-size: 16px;
@@ -500,6 +506,7 @@ html {
500
506
  justify-content: flex-end;
501
507
  align-items: center;
502
508
  gap: 10px;
509
+ height: 100%;
503
510
  }
504
511
  .rk-web-core-header-dark {
505
512
  background: transparent;