@litianxiang/portal-ui 0.1.8 → 0.1.9

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.
@@ -3469,7 +3469,8 @@
3469
3469
  --el-tabs-header-height: 40px;
3470
3470
 
3471
3471
  .el-tabs__header {
3472
- margin: 0 0 8px;
3472
+ margin: 0 0 5px 0;
3473
+ padding: 5px 10px;
3473
3474
  }
3474
3475
 
3475
3476
  .el-tabs__nav-wrap::after {
@@ -3480,10 +3481,10 @@
3480
3481
  .el-tabs__item {
3481
3482
  height: 40px;
3482
3483
  line-height: 40px;
3483
- padding: 0 18px;
3484
+ padding: 0 20px;
3484
3485
  color: #303133;
3485
- font-size: 15px;
3486
- font-weight: 600;
3486
+ font-size: 14px;
3487
+ font-weight: 500;
3487
3488
  }
3488
3489
 
3489
3490
  .el-tabs__item:hover {
@@ -3492,7 +3493,7 @@
3492
3493
 
3493
3494
  .el-tabs__item.is-active {
3494
3495
  color: #c41230;
3495
- font-weight: 700;
3496
+ font-weight: 600;
3496
3497
  }
3497
3498
 
3498
3499
  .el-tabs__active-bar {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@litianxiang/portal-ui",
3
- "version": "0.1.8",
3
+ "version": "0.1.9",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "main": "dist/index.js",