n20-common-lib 3.1.18 → 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.18",
3
+ "version": "3.1.20",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
@@ -656,7 +656,6 @@ $list: 45, 60, 80, 100, 110, 120, 130, 140, 150, 160, 170, 180, 190, 200, 210, 2
656
656
  /* height: 100%; 速龙浏览器下子元素无法继承父元素的高速度 */
657
657
  .n20-page-content {
658
658
  height: 100%;
659
- padding-top: 4px;
660
659
  overflow-y: auto;
661
660
  overflow-x: hidden;
662
661
  }
@@ -1,4 +1,5 @@
1
1
  .n20-secondary-tab {
2
+ margin-top: 4px;
2
3
  .el-tabs__header {
3
4
  margin-bottom: 0;
4
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,4 +1,5 @@
1
1
  .n20-tertiary-tab-1 {
2
+ margin-top: 1px;
2
3
  display: inline-block;
3
4
  max-width: 100%;
4
5
  & > .el-tabs__header {
@@ -37,12 +38,12 @@
37
38
  }
38
39
  }
39
40
  }
40
- .el-tabs__nav-wrap {
41
- overflow: visible;
42
- }
43
- .el-tabs__nav-scroll {
44
- overflow: visible;
45
- }
41
+ .el-tabs__nav-wrap {
42
+ overflow: visible;
43
+ }
44
+ .el-tabs__nav-scroll {
45
+ overflow: visible;
46
+ }
46
47
  .el-tabs__item-badge {
47
48
  width: 6px;
48
49
  height: 6px;
@@ -98,8 +99,7 @@
98
99
  line-height: 22px !important;
99
100
  padding: 8px 12px !important;
100
101
  border-radius: 4px !important;
101
- box-shadow: 0 6px 16px -8px rgba(0, 0, 0, 0.08),
102
- 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),
103
103
  0 12px 48px 16px rgba(0, 0, 0, 0.03) !important;
104
104
  border: none !important;
105
105