rk-web-core 0.13.179 → 0.13.181

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.179",
4
+ "version": "0.13.181",
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;
@@ -547,10 +549,13 @@ html {
547
549
  color: var(--antd-wave-shadow-color) !important;
548
550
  }
549
551
  .rk-web-core-header-right-extra {
552
+ flex: 1;
553
+ overflow: hidden;
550
554
  display: flex;
551
555
  justify-content: flex-end;
552
556
  align-items: center;
553
557
  gap: 10px;
558
+ white-space: nowrap;
554
559
  height: 100%;
555
560
  }
556
561
  .rk-web-core-header-dark {