@litianxiang/portal-ui 0.0.19 → 0.0.21

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.
@@ -3503,6 +3503,9 @@
3503
3503
  background: var(--el-btn-bg);
3504
3504
  color: var(--el-btn-text);
3505
3505
  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);
3506
3509
  }
3507
3510
 
3508
3511
  .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.19",
3
+ "version": "0.0.21",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "main": "dist/index.js",