yuang-framework-ui-pc 1.1.59 → 1.1.60
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/yu-uims-organization-dialog/components/organization-dialog.js +3 -2
- package/es/yu-uims-organization-dialog/components/style.css +3 -1
- package/lib/yu-uims-organization-dialog/components/organization-dialog.cjs +3 -2
- package/lib/yu-uims-organization-dialog/components/style.css +3 -1
- package/package.json +1 -1
|
@@ -212,7 +212,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
212
212
|
createVNode(_component_ele_page, {
|
|
213
213
|
"flex-table": "",
|
|
214
214
|
"multi-card": false,
|
|
215
|
-
"hide-footer": ""
|
|
215
|
+
"hide-footer": "",
|
|
216
|
+
class: "page"
|
|
216
217
|
}, {
|
|
217
218
|
default: withCtx(() => [
|
|
218
219
|
createVNode(_component_ele_card, {
|
|
@@ -328,7 +329,7 @@ const _export_sfc = (sfc, props) => {
|
|
|
328
329
|
}
|
|
329
330
|
return target;
|
|
330
331
|
};
|
|
331
|
-
const organizationDialog = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
332
|
+
const organizationDialog = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-4b3af0eb"]]);
|
|
332
333
|
export {
|
|
333
334
|
organizationDialog as default
|
|
334
335
|
};
|
|
@@ -213,7 +213,8 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
|
213
213
|
vue.createVNode(_component_ele_page, {
|
|
214
214
|
"flex-table": "",
|
|
215
215
|
"multi-card": false,
|
|
216
|
-
"hide-footer": ""
|
|
216
|
+
"hide-footer": "",
|
|
217
|
+
class: "page"
|
|
217
218
|
}, {
|
|
218
219
|
default: vue.withCtx(() => [
|
|
219
220
|
vue.createVNode(_component_ele_card, {
|
|
@@ -329,5 +330,5 @@ const _export_sfc = (sfc, props) => {
|
|
|
329
330
|
}
|
|
330
331
|
return target;
|
|
331
332
|
};
|
|
332
|
-
const organizationDialog = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
333
|
+
const organizationDialog = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-4b3af0eb"]]);
|
|
333
334
|
module.exports = organizationDialog;
|