@qin-ui/antd-vue-pro 1.1.21 → 1.1.22

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/es/style.css CHANGED
@@ -5,10 +5,10 @@
5
5
  width: 100%;
6
6
  min-width: 120px;
7
7
  }
8
- .pro-form[data-v-3c1c2aab] .ant-form-item {
8
+ .pro-form[data-v-8b53b64f] .ant-form-item {
9
9
  margin: 0;
10
10
  }
11
- .expand-transition[data-v-3c1c2aab] {
11
+ .expand-transition[data-v-8b53b64f] {
12
12
  transition: all 0.25s;
13
13
  }
14
14
  .control-icon[data-v-4f46d39e] {
package/es/table/index.js CHANGED
@@ -170,10 +170,12 @@ const _sfc_main$5 = /* @__PURE__ */ defineComponent({
170
170
  });
171
171
  const layoutProps = computed(
172
172
  () => props.layout === "grid" ? {
173
- grid: { gutter: [columnGap, rowGap], style: { flex: 1 } },
173
+ grid: {
174
+ gutter: [columnGap, rowGap],
175
+ style: { flex: 1, marginRight: "12px" }
176
+ },
174
177
  style: {
175
178
  display: "flex",
176
- gap: "24px",
177
179
  overflow: "hidden",
178
180
  height: `${expandStatus.value ? proFormHeight : collapseHeight}px`
179
181
  }
@@ -231,8 +233,8 @@ const _sfc_main$5 = /* @__PURE__ */ defineComponent({
231
233
  };
232
234
  }
233
235
  });
234
- const SearchForm_vue_vue_type_style_index_0_scoped_3c1c2aab_lang = "";
235
- const SearchForm = /* @__PURE__ */ _export_sfc(_sfc_main$5, [["__scopeId", "data-v-3c1c2aab"]]);
236
+ const SearchForm_vue_vue_type_style_index_0_scoped_8b53b64f_lang = "";
237
+ const SearchForm = /* @__PURE__ */ _export_sfc(_sfc_main$5, [["__scopeId", "data-v-8b53b64f"]]);
236
238
  const _sfc_main$4 = /* @__PURE__ */ defineComponent({
237
239
  __name: "Control",
238
240
  props: /* @__PURE__ */ mergeModels({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qin-ui/antd-vue-pro",
3
- "version": "1.1.21",
3
+ "version": "1.1.22",
4
4
  "description": "二次封装antd vue组件",
5
5
  "type": "module",
6
6
  "main": "es/index.js",