n20-common-lib 2.4.19 → 2.4.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": "2.4.19",
3
+ "version": "2.4.20",
4
4
  "private": false,
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -397,7 +397,7 @@ iframe {
397
397
  .page-footer-shadow {
398
398
  position: relative;
399
399
  height: 38px;
400
- margin-bottom: -12px;
400
+ margin-bottom: -8px;
401
401
 
402
402
  &::before {
403
403
  content: '';
@@ -405,8 +405,8 @@ iframe {
405
405
  position: absolute;
406
406
  top: 0px;
407
407
  height: 100%;
408
- left: -12px;
409
- right: -12px;
408
+ left: -8px;
409
+ right: -8px;
410
410
  box-shadow: 0px -2px 6px 0px rgba($--color-black, 0.08);
411
411
  }
412
412
  }
@@ -414,7 +414,7 @@ iframe {
414
414
  .page-button-shadow {
415
415
  position: relative;
416
416
  height: 44px;
417
- margin-bottom: -12px;
417
+ margin-bottom: -8px;
418
418
 
419
419
  &::before {
420
420
  content: '';
@@ -422,8 +422,8 @@ iframe {
422
422
  position: absolute;
423
423
  top: 0px;
424
424
  height: 100%;
425
- left: -12px;
426
- right: -12px;
425
+ left: -8px;
426
+ right: -8px;
427
427
  box-shadow: 0px -2px 6px 0px rgba($--color-black, 0.08);
428
428
  }
429
429
  }
@@ -211,7 +211,6 @@ export default {
211
211
  },
212
212
  sizeSet(el) {
213
213
  this.sizeBind = el
214
- this.colsKey = this.colsKey + 1
215
214
  }
216
215
  }
217
216
  }