@atooyu/uxto-ui 1.1.26 → 1.1.28
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 +550 -339
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +550 -339
- package/dist/index.mjs.map +1 -1
- package/dist/style.css +3 -11
- package/package.json +1 -1
- package/src/components/u-qrcode/u-qrcode.vue +389 -177
package/dist/style.css
CHANGED
|
@@ -2482,20 +2482,12 @@ to {
|
|
|
2482
2482
|
letter-spacing: 0.5px;
|
|
2483
2483
|
color: #12b6af;
|
|
2484
2484
|
font-weight: 500;
|
|
2485
|
-
}.u-qrcode[data-v-
|
|
2485
|
+
}.u-qrcode[data-v-ff93204c] {
|
|
2486
2486
|
display: inline-block;
|
|
2487
2487
|
position: relative;
|
|
2488
2488
|
}
|
|
2489
|
-
.u-
|
|
2490
|
-
display:
|
|
2491
|
-
flex-direction: column;
|
|
2492
|
-
}
|
|
2493
|
-
.u-qrcode__row[data-v-ba96b937] {
|
|
2494
|
-
display: flex;
|
|
2495
|
-
flex-direction: row;
|
|
2496
|
-
}
|
|
2497
|
-
.u-qrcode__cell[data-v-ba96b937] {
|
|
2498
|
-
flex-shrink: 0;
|
|
2489
|
+
.u-qrcode__canvas[data-v-ff93204c] {
|
|
2490
|
+
display: block;
|
|
2499
2491
|
}.u-barcode[data-v-4ecc744d] {
|
|
2500
2492
|
display: inline-flex;
|
|
2501
2493
|
flex-direction: column;
|