realreport-designer 1.10.15 → 1.11.1
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 +225 -219
- package/dist/realreport-designer.d.ts +170 -217
- package/dist/realreport-designer.js +75927 -74519
- package/dist/realreport-designer.umd.js +203 -197
- package/dist/styles/realreport-designer.css +6 -1
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
RealReport Designer v1.
|
|
2
|
+
RealReport Designer v1.11.1
|
|
3
3
|
Copyright (C) 2013-2025 WooriTech Inc.
|
|
4
4
|
All Rights Reserved.
|
|
5
5
|
*/
|
|
@@ -1330,6 +1330,11 @@ border-bottom: 1px solid #ccc; */
|
|
|
1330
1330
|
white-space: pre;
|
|
1331
1331
|
}
|
|
1332
1332
|
|
|
1333
|
+
.rr-sheet-print-table tr td {
|
|
1334
|
+
border: 0;
|
|
1335
|
+
border-color: transparent;
|
|
1336
|
+
}
|
|
1337
|
+
|
|
1333
1338
|
.rr-sheet-design-table tr {
|
|
1334
1339
|
margin: 0 !important;
|
|
1335
1340
|
padding: 0 !important;
|