@sv-print/hiprint 0.2.3 → 0.2.5
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/index.js +884 -880
- package/dist/index.mjs +8914 -8796
- package/dist/index.umd.js +884 -880
- package/dist/print-lock.css +11 -0
- package/dist/style.css +1 -1
- package/package.json +2 -2
package/dist/print-lock.css
CHANGED
|
@@ -220,6 +220,9 @@ table.hiprint-printElement-tableTarget {
|
|
|
220
220
|
.hiprint-printElement-tableTarget-border-td-all td:not(:nth-last-child(-n + 2)) {
|
|
221
221
|
border-right: 1px solid;
|
|
222
222
|
}
|
|
223
|
+
.hiprint-printElement-tableTarget-border-td-all td:not(last-child) {
|
|
224
|
+
border-right: 1px solid;
|
|
225
|
+
}
|
|
223
226
|
.hiprint-printElement-tableTarget-border-td-all td:last-child {
|
|
224
227
|
border-left: 1px solid;
|
|
225
228
|
}
|
|
@@ -244,6 +247,14 @@ table.hiprint-printElement-tableTarget {
|
|
|
244
247
|
z-index: 1;
|
|
245
248
|
}
|
|
246
249
|
|
|
250
|
+
.design .hiprint-printElement-handle {
|
|
251
|
+
position: absolute;
|
|
252
|
+
height: 12pt;
|
|
253
|
+
width: 12pt;
|
|
254
|
+
background: red;
|
|
255
|
+
z-index: 1;
|
|
256
|
+
}
|
|
257
|
+
|
|
247
258
|
.hiprint-printPaper .hiprint-paperNumber-disabled {
|
|
248
259
|
float: right !important;
|
|
249
260
|
right: 0 !important;
|