@maxax/ui 1.1.60 → 1.1.61
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.cjs +3 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +3 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +3 -3
package/dist/index.mjs
CHANGED
|
@@ -15411,7 +15411,7 @@ const _sfc_main$o = /* @__PURE__ */ defineComponent({
|
|
|
15411
15411
|
const actionSpan = 24 - span;
|
|
15412
15412
|
const advancedSpanObj = showAdvancedButton ? { span: actionSpan < 6 ? 24 : actionSpan } : {};
|
|
15413
15413
|
return {
|
|
15414
|
-
style: { textAlign: "right" },
|
|
15414
|
+
style: { textAlign: "right", justifyContent: "flex-end" },
|
|
15415
15415
|
span: showAdvancedButton ? "6" : "4",
|
|
15416
15416
|
...advancedSpanObj,
|
|
15417
15417
|
...actionColOptions
|
|
@@ -15456,11 +15456,11 @@ const _sfc_main$o = /* @__PURE__ */ defineComponent({
|
|
|
15456
15456
|
return (_ctx, _cache) => {
|
|
15457
15457
|
return __props.showActionButtonGroup ? (openBlock(), createBlock(unref(NCol), normalizeProps(mergeProps({ key: 0 }, actionColOpt.value)), {
|
|
15458
15458
|
default: withCtx(() => {
|
|
15459
|
-
var _a;
|
|
15459
|
+
var _a, _b;
|
|
15460
15460
|
return [
|
|
15461
15461
|
createElementVNode("div", {
|
|
15462
15462
|
class: normalizeClass(unref(b)()),
|
|
15463
|
-
style: normalizeStyle({ textAlign: (_a = actionColOpt.value.style) == null ? void 0 : _a.textAlign })
|
|
15463
|
+
style: normalizeStyle({ textAlign: (_a = actionColOpt.value.style) == null ? void 0 : _a.textAlign, justifyContent: (_b = actionColOpt.value.style) == null ? void 0 : _b.justifyContent })
|
|
15464
15464
|
}, [
|
|
15465
15465
|
createVNode(unref(NFormItem), normalizeProps(guardReactiveProps(getFormItemProps.value)), {
|
|
15466
15466
|
default: withCtx(() => [
|