n20-common-lib 3.1.18 → 3.1.19

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.19",
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
+
2
3
  .el-tabs__header {
3
4
  margin-bottom: 0;
4
5
  }
@@ -1,4 +1,5 @@
1
1
  .n20-tertiary-tab-1 {
2
+
2
3
  display: inline-block;
3
4
  max-width: 100%;
4
5
  & > .el-tabs__header {