@litianxiang/portal-ui 0.1.7 → 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.
@@ -3464,6 +3464,46 @@
3464
3464
  }
3465
3465
 
3466
3466
 
3467
+ // ==================== Tabs 标签页(全局默认风格) ====================
3468
+ .el-tabs {
3469
+ --el-tabs-header-height: 40px;
3470
+
3471
+ .el-tabs__header {
3472
+ margin: 0 0 5px 0;
3473
+ padding: 5px 10px;
3474
+ }
3475
+
3476
+ .el-tabs__nav-wrap::after {
3477
+ background-color: #dcdfe6;
3478
+ height: 1px;
3479
+ }
3480
+
3481
+ .el-tabs__item {
3482
+ height: 40px;
3483
+ line-height: 40px;
3484
+ padding: 0 20px;
3485
+ color: #303133;
3486
+ font-size: 14px;
3487
+ font-weight: 500;
3488
+ }
3489
+
3490
+ .el-tabs__item:hover {
3491
+ color: #c41230;
3492
+ }
3493
+
3494
+ .el-tabs__item.is-active {
3495
+ color: #c41230;
3496
+ font-weight: 600;
3497
+ }
3498
+
3499
+ .el-tabs__active-bar {
3500
+ height: 3px;
3501
+ border-radius: 2px 2px 0 0;
3502
+ background-color: #c41230;
3503
+ }
3504
+ }
3505
+
3506
+
3467
3507
  // ==================== Tabs 标签页(卡片风格) ====================
3468
3508
  .tabs-card {
3469
3509
  position: relative;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@litianxiang/portal-ui",
3
- "version": "0.1.7",
3
+ "version": "0.1.9",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "main": "dist/index.js",