realreport-designer 1.11.4 → 1.11.6
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/dist/realreport-designer.cjs +157 -152
- package/dist/realreport-designer.d.ts +54 -0
- package/dist/realreport-designer.js +17125 -16817
- package/dist/realreport-designer.umd.js +155 -150
- package/dist/styles/realreport-designer.css +6 -1
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
RealReport Designer v1.11.
|
|
2
|
+
RealReport Designer v1.11.6
|
|
3
3
|
Copyright (C) 2013-2025 WooriTech Inc.
|
|
4
4
|
All Rights Reserved.
|
|
5
5
|
*/
|
|
@@ -525,6 +525,7 @@ border: 1px dotted #00000020; */
|
|
|
525
525
|
}
|
|
526
526
|
|
|
527
527
|
.rr-text > span {
|
|
528
|
+
width: 100%;
|
|
528
529
|
pointer-events: none;
|
|
529
530
|
}
|
|
530
531
|
|
|
@@ -567,6 +568,10 @@ border: 1px dotted #00000020; */
|
|
|
567
568
|
width: 100%;
|
|
568
569
|
}
|
|
569
570
|
|
|
571
|
+
.rr-summary > span {
|
|
572
|
+
width: 100%;
|
|
573
|
+
}
|
|
574
|
+
|
|
570
575
|
.qrcode-empty:before {
|
|
571
576
|
content: "[QR]";
|
|
572
577
|
white-space: nowrap;
|