rk-web-core 0.13.178 → 0.13.180

Sign up to get free protection for your applications and to get access to all the features.
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.13.178",
4
+ "version": "0.13.180",
5
5
  "author": "",
6
6
  "main": "rk-web-core.js",
7
7
  "scripts": {
package/rk-web-core.css CHANGED
@@ -515,6 +515,8 @@ html {
515
515
  padding: 0 20px 0 1vw;
516
516
  box-sizing: border-box;
517
517
  height: 100%;
518
+ overflow: hidden;
519
+ gap: 0 30px;
518
520
  }
519
521
  .rk-web-core-header-right::-moz-viewport-scroll {
520
522
  width: 0;
@@ -551,6 +553,7 @@ html {
551
553
  justify-content: flex-end;
552
554
  align-items: center;
553
555
  gap: 10px;
556
+ white-space: nowrap;
554
557
  height: 100%;
555
558
  }
556
559
  .rk-web-core-header-dark {
@@ -2183,6 +2186,9 @@ html {
2183
2186
  .rk-web-core-nav-menu-dark .ant-dropdown-menu-item {
2184
2187
  color: #fff;
2185
2188
  }
2189
+ .rk-web-core-header-park .rk-web-core-nav-item-active::before {
2190
+ top: 6px !important;
2191
+ }
2186
2192
 
2187
2193
  .rk-web-core-version-modal .version-title {
2188
2194
  font-weight: 700;