@2kog/pkg-widget 0.1.21 → 0.1.23
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
CHANGED
|
@@ -503,7 +503,7 @@ export default {
|
|
|
503
503
|
display: flex;
|
|
504
504
|
align-items: flex-start;
|
|
505
505
|
justify-content: center;
|
|
506
|
-
gap:
|
|
506
|
+
gap: 5px;
|
|
507
507
|
font-size: 0.75rem;
|
|
508
508
|
color: #94a3b8;
|
|
509
509
|
line-height: 1.5;
|
|
@@ -604,7 +604,7 @@ export default {
|
|
|
604
604
|
.qrcode-box {
|
|
605
605
|
width: 11rem;
|
|
606
606
|
height: 11rem;
|
|
607
|
-
background-color: #
|
|
607
|
+
background-color: #fff;
|
|
608
608
|
border-radius: 0.75rem;
|
|
609
609
|
display: flex;
|
|
610
610
|
align-items: center;
|