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.
@@ -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-62cba491"]]);
332
+ const organizationDialog = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-4b3af0eb"]]);
332
333
  export {
333
334
  organizationDialog as default
334
335
  };
@@ -1,4 +1,6 @@
1
- .ele-page[data-v-62cba491] {
1
+ @charset "UTF-8";
2
+ /* deep 无效,暂时自定义class */
3
+ .page[data-v-4b3af0eb] {
2
4
  min-height: 600px;
3
5
  padding: 0px !important;
4
6
  }
@@ -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-62cba491"]]);
333
+ const organizationDialog = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-4b3af0eb"]]);
333
334
  module.exports = organizationDialog;
@@ -1,4 +1,6 @@
1
- .ele-page[data-v-62cba491] {
1
+ @charset "UTF-8";
2
+ /* deep 无效,暂时自定义class */
3
+ .page[data-v-4b3af0eb] {
2
4
  min-height: 600px;
3
5
  padding: 0px !important;
4
6
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yuang-framework-ui-pc",
3
- "version": "1.1.59",
3
+ "version": "1.1.60",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "dev": "vite --host --config vite.global.ts --mode dev",