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 +1 -1
- package/src/assets/css/normalize.scss +6 -6
- package/src/components/TablePro/index.vue +0 -1
- package/style/index.css +1 -1
- package/style/index.css.map +1 -1
- package/theme/blue.css +1 -1
- package/theme/cctcRed.css +1 -1
- package/theme/green.css +1 -1
- package/theme/lightBlue.css +1 -1
- package/theme/orange.css +1 -1
- package/theme/purple.css +1 -1
- package/theme/red.css +1 -1
- package/theme/yellow.css +1 -1
package/package.json
CHANGED
|
@@ -397,7 +397,7 @@ iframe {
|
|
|
397
397
|
.page-footer-shadow {
|
|
398
398
|
position: relative;
|
|
399
399
|
height: 38px;
|
|
400
|
-
margin-bottom: -
|
|
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: -
|
|
409
|
-
right: -
|
|
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: -
|
|
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: -
|
|
426
|
-
right: -
|
|
425
|
+
left: -8px;
|
|
426
|
+
right: -8px;
|
|
427
427
|
box-shadow: 0px -2px 6px 0px rgba($--color-black, 0.08);
|
|
428
428
|
}
|
|
429
429
|
}
|