n20-common-lib 3.1.19 → 3.1.20

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "n20-common-lib",
3
- "version": "3.1.19",
3
+ "version": "3.1.20",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
@@ -1,5 +1,5 @@
1
1
  .n20-secondary-tab {
2
-
2
+ margin-top: 4px;
3
3
  .el-tabs__header {
4
4
  margin-bottom: 0;
5
5
  }
@@ -7,9 +7,6 @@
7
7
  .n20-tabs__tab {
8
8
  display: inline-block;
9
9
  max-width: 100%;
10
- .el-tabs__nav-wrap {
11
- // overflow: visible;
12
- }
13
10
  .el-tabs__nav-scroll {
14
11
  overflow: visible;
15
12
  }
@@ -67,24 +64,23 @@
67
64
  border-radius: 3px;
68
65
  }
69
66
 
70
- .el-tabs__item-badge-count {
71
- position: absolute;
72
- right: -6px;
73
- top: -3px;
74
- background: #ff3b30;
75
- border: 2px solid #fff;
76
- border-radius: 100px;
77
- color: #fff;
78
- font-size: 12px;
79
- line-height: 20px;
80
- font-family: 'PingFang SC';
81
- padding: 0 6px;
82
- text-align: center;
83
- white-space: nowrap;
84
- cursor: pointer;
85
- z-index: 1;
86
- }
87
-
67
+ .el-tabs__item-badge-count {
68
+ position: absolute;
69
+ right: -6px;
70
+ top: -3px;
71
+ background: #ff3b30;
72
+ border: 2px solid #fff;
73
+ border-radius: 100px;
74
+ color: #fff;
75
+ font-size: 12px;
76
+ line-height: 20px;
77
+ font-family: 'PingFang SC';
78
+ padding: 0 6px;
79
+ text-align: center;
80
+ white-space: nowrap;
81
+ cursor: pointer;
82
+ z-index: 1;
83
+ }
88
84
 
89
85
  .el-tabs__nav-prev,
90
86
  .el-tabs__nav-next {
@@ -1,5 +1,5 @@
1
1
  .n20-tertiary-tab-1 {
2
-
2
+ margin-top: 1px;
3
3
  display: inline-block;
4
4
  max-width: 100%;
5
5
  & > .el-tabs__header {
@@ -38,12 +38,12 @@
38
38
  }
39
39
  }
40
40
  }
41
- .el-tabs__nav-wrap {
42
- overflow: visible;
43
- }
44
- .el-tabs__nav-scroll {
45
- overflow: visible;
46
- }
41
+ .el-tabs__nav-wrap {
42
+ overflow: visible;
43
+ }
44
+ .el-tabs__nav-scroll {
45
+ overflow: visible;
46
+ }
47
47
  .el-tabs__item-badge {
48
48
  width: 6px;
49
49
  height: 6px;
@@ -99,8 +99,7 @@
99
99
  line-height: 22px !important;
100
100
  padding: 8px 12px !important;
101
101
  border-radius: 4px !important;
102
- box-shadow: 0 6px 16px -8px rgba(0, 0, 0, 0.08),
103
- 0 9px 28px 0 rgba(0, 0, 0, 0.05),
102
+ box-shadow: 0 6px 16px -8px rgba(0, 0, 0, 0.08), 0 9px 28px 0 rgba(0, 0, 0, 0.05),
104
103
  0 12px 48px 16px rgba(0, 0, 0, 0.03) !important;
105
104
  border: none !important;
106
105