yuang-framework-ui-pc 1.1.60 → 1.1.61

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.
@@ -213,7 +213,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
213
213
  "flex-table": "",
214
214
  "multi-card": false,
215
215
  "hide-footer": "",
216
- class: "page"
216
+ style: { "min-height": "600px", "padding": "0px !important" }
217
217
  }, {
218
218
  default: withCtx(() => [
219
219
  createVNode(_component_ele_card, {
@@ -322,14 +322,6 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
322
322
  };
323
323
  }
324
324
  });
325
- const _export_sfc = (sfc, props) => {
326
- const target = sfc.__vccOpts || sfc;
327
- for (const [key, val] of props) {
328
- target[key] = val;
329
- }
330
- return target;
331
- };
332
- const organizationDialog = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-4b3af0eb"]]);
333
325
  export {
334
- organizationDialog as default
326
+ _sfc_main as default
335
327
  };
@@ -214,7 +214,7 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
214
214
  "flex-table": "",
215
215
  "multi-card": false,
216
216
  "hide-footer": "",
217
- class: "page"
217
+ style: { "min-height": "600px", "padding": "0px !important" }
218
218
  }, {
219
219
  default: vue.withCtx(() => [
220
220
  vue.createVNode(_component_ele_card, {
@@ -323,12 +323,4 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
323
323
  };
324
324
  }
325
325
  });
326
- const _export_sfc = (sfc, props) => {
327
- const target = sfc.__vccOpts || sfc;
328
- for (const [key, val] of props) {
329
- target[key] = val;
330
- }
331
- return target;
332
- };
333
- const organizationDialog = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-4b3af0eb"]]);
334
- module.exports = organizationDialog;
326
+ module.exports = _sfc_main;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yuang-framework-ui-pc",
3
- "version": "1.1.60",
3
+ "version": "1.1.61",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "dev": "vite --host --config vite.global.ts --mode dev",
@@ -1,6 +0,0 @@
1
- @charset "UTF-8";
2
- /* deep 无效,暂时自定义class */
3
- .page[data-v-4b3af0eb] {
4
- min-height: 600px;
5
- padding: 0px !important;
6
- }
@@ -1,6 +0,0 @@
1
- @charset "UTF-8";
2
- /* deep 无效,暂时自定义class */
3
- .page[data-v-4b3af0eb] {
4
- min-height: 600px;
5
- padding: 0px !important;
6
- }