@litianxiang/portal-ui 0.0.21 → 0.0.23

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.
@@ -3484,8 +3484,11 @@
3484
3484
  position: relative;
3485
3485
  font-size: var(--el-font-size);
3486
3486
  font-weight: 400;
3487
+ margin-top: 0 !important;
3488
+ margin-bottom: 0 !important;
3487
3489
  border-bottom: none !important;
3488
- transition: background-color 0.28s cubic-bezier(0.22, 1, 0.36, 1), color 0.28s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.28s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.28s cubic-bezier(0.22, 1, 0.36, 1);
3490
+ box-sizing: border-box;
3491
+ transition: background-color 0.28s cubic-bezier(0.22, 1, 0.36, 1), color 0.28s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.28s cubic-bezier(0.22, 1, 0.36, 1);
3489
3492
  will-change: background-color, color, border-color;
3490
3493
 
3491
3494
  .is-icon-close,
@@ -3503,9 +3506,9 @@
3503
3506
  background: var(--el-btn-bg);
3504
3507
  color: var(--el-btn-text);
3505
3508
  font-weight: 400;
3506
- border-top-color: #9f0f27 !important;
3507
- border-bottom-color: #9f0f27 !important;
3508
- box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14), inset 0 -1px 0 rgba(0, 0, 0, 0.08);
3509
+ margin-top: 0 !important;
3510
+ box-shadow: none !important;
3511
+ transform: none !important;
3509
3512
  }
3510
3513
 
3511
3514
  .el-tabs__nav-next, .el-tabs__nav-prev {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@litianxiang/portal-ui",
3
- "version": "0.0.21",
3
+ "version": "0.0.23",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "main": "dist/index.js",