@idmwx/idmui-gl4 0.5.7 → 0.5.8
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 +1 -1
- package/dist/index.umd.cjs +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -9144,7 +9144,7 @@ function Wl(o, e, t, i, a, r) {
|
|
|
9144
9144
|
a.show ? (b(), M("div", {
|
|
9145
9145
|
key: 0,
|
|
9146
9146
|
class: "timeline-box px-2 d-flex justify-start align-center rounded",
|
|
9147
|
-
style: Q({ right: a.right +
|
|
9147
|
+
style: Q({ right: a.right + 146 + "px" })
|
|
9148
9148
|
}, [
|
|
9149
9149
|
l("div", Ol, [
|
|
9150
9150
|
h(s, E({
|