@wfrog/vc-ui 1.9.12 → 1.9.13

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.
@@ -33,6 +33,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
33
33
  }
34
34
  async function handleCancel() {
35
35
  formRef.value.resetFields();
36
+ emits("cancel");
36
37
  isEditing.value = false;
37
38
  }
38
39
  async function handleSave() {
@@ -149,8 +149,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
149
149
  }
150
150
  });
151
151
 
152
- /* unplugin-vue-components disabled */const icon = "_icon_1nnr8_1";
153
- const form = "_form_1nnr8_6";
152
+ /* unplugin-vue-components disabled */const icon = "_icon_1v6yb_1";
153
+ const form = "_form_1v6yb_6";
154
154
  const style0 = {
155
155
  icon: icon,
156
156
  form: form
@@ -1,14 +1,15 @@
1
1
  /* source: src/components/explorer-modal-form/explorer-modal-form.vue */
2
- ._icon_1nnr8_1 {
2
+ ._icon_1v6yb_1 {
3
3
  margin-right: 4px;
4
4
  font-size: var(--el-font-size-extra-large);
5
5
  }
6
- ._form_1nnr8_6 {
6
+ ._form_1v6yb_6 {
7
7
  display: flex;
8
8
  flex-grow: 1;
9
9
  align-items: flex-start;
10
+ flex-direction: column;
10
11
  }
11
- ._form_1nnr8_6 > .el-row {
12
+ ._form_1v6yb_6 > .el-row {
12
13
  flex-grow: 1;
13
14
  margin: 0 !important;
14
15
  }