@litianxiang/portal-ui 0.0.22 → 0.0.24

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.
@@ -3485,9 +3485,11 @@
3485
3485
  font-size: var(--el-font-size);
3486
3486
  font-weight: 400;
3487
3487
  margin-top: 0 !important;
3488
+ margin-bottom: 0 !important;
3489
+ border-bottom: none !important;
3490
+ border-left: none !important;
3491
+ border-right: 1px solid var(--el-border-color-light);
3488
3492
  box-sizing: border-box;
3489
- border-top: 1px solid #e4e7ed !important;
3490
- border-bottom: 1px solid #e4e7ed !important;
3491
3493
  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);
3492
3494
  will-change: background-color, color, border-color;
3493
3495
 
@@ -3507,8 +3509,6 @@
3507
3509
  color: var(--el-btn-text);
3508
3510
  font-weight: 400;
3509
3511
  margin-top: 0 !important;
3510
- border-top-color: #9f0f27 !important;
3511
- border-bottom-color: #9f0f27 !important;
3512
3512
  box-shadow: none !important;
3513
3513
  transform: none !important;
3514
3514
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@litianxiang/portal-ui",
3
- "version": "0.0.22",
3
+ "version": "0.0.24",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "main": "dist/index.js",