@3sc/common-component 0.0.312 → 0.0.313
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.es.js +2 -2
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -44414,7 +44414,7 @@ function Ow({
|
|
|
44414
44414
|
position: "absolute",
|
|
44415
44415
|
top: 0,
|
|
44416
44416
|
right: 0,
|
|
44417
|
-
width: "0.
|
|
44417
|
+
width: "0.2rem",
|
|
44418
44418
|
height: `${F}px`,
|
|
44419
44419
|
backgroundColor: c.palette.brandColor.lightBlue,
|
|
44420
44420
|
zIndex: 1
|
|
@@ -44424,7 +44424,7 @@ function Ow({
|
|
|
44424
44424
|
position: "absolute",
|
|
44425
44425
|
top: 0,
|
|
44426
44426
|
right: 0,
|
|
44427
|
-
width: "0.
|
|
44427
|
+
width: "0.2rem",
|
|
44428
44428
|
height: `${F}px`,
|
|
44429
44429
|
backgroundColor: c.palette.brandColor.lightBlue,
|
|
44430
44430
|
zIndex: 1
|