@yelingfeng/pandora2 1.0.3 → 1.0.4

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.
@@ -37,6 +37,7 @@ export type IFormProps = {
37
37
  resetButtonOptions?: Partial<ButtonProps>;
38
38
  submitButtonOptions?: Partial<ButtonProps>;
39
39
  actionColOptions?: Partial<ColProps>;
40
+ actionColStyle?: CSSProperties;
40
41
  showResetButton?: boolean;
41
42
  showSubmitButton?: boolean;
42
43
  hideRequiredAsterisk?: boolean;
@@ -50569,9 +50569,14 @@ const prefixCls = "pandora-basic-arrow", _sfc_main$b = /* @__PURE__ */ defineCom
50569
50569
  };
50570
50570
  }), K = computed(() => {
50571
50571
  const { actionColStyle: te } = G;
50572
- return {
50572
+ return te.textAlign === "left" ? {
50573
+ width: "100%",
50574
+ marginLeft: "10px",
50575
+ marginTop: "1px",
50576
+ textAlign: "left"
50577
+ } : {
50573
50578
  width: "100%",
50574
- "text-align": te.textAlign ? te.textAlign : "right"
50579
+ textAlign: te.textAlign ? te.textAlign : "right"
50575
50580
  };
50576
50581
  }), W = computed(() => Object.assign(
50577
50582
  {