cosey 0.10.16 → 0.10.17

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.
@@ -5,7 +5,7 @@ var stdin_default = getSimpleStyleHook("CoContainer", (token) => {
5
5
  return {
6
6
  [componentCls]: {
7
7
  padding: token.padding,
8
- "@media(max-height: 800px)": {
8
+ "@media(max-width: 768px), (max-height: 800px)": {
9
9
  "&": {
10
10
  height: "auto !important"
11
11
  }
@@ -80,10 +80,7 @@ var stdin_default = getSimpleStyleHook("CoTable", (token) => {
80
80
  paddingInline: token.paddingSM
81
81
  },
82
82
  "&.is-split": {
83
- backgroundColor: "transparent",
84
- "&.is-fullpage": {
85
- backgroundColor: token.colorBgLayout
86
- },
83
+ backgroundColor: token.colorBgLayout,
87
84
  [`${componentCls}-header`]: {
88
85
  marginBlockEnd: token.marginSM,
89
86
  backgroundColor: token.colorBgContainer
@@ -533,7 +533,11 @@ var stdin_default = /* @__PURE__ */defineComponent({
533
533
  key: 1,
534
534
  class: normalizeClass(`${unref(prefixCls)}-before-table`)
535
535
  }, [renderSlot(_ctx.$slots, "before-table")], 2
536
- /* CLASS */)) : createCommentVNode("v-if", true), renderSlot(_ctx.$slots, "before-table-plain"), createElementVNode("div", {
536
+ /* CLASS */)) : createCommentVNode("v-if", true), _ctx.$slots["before-table-plain"] ? (openBlock(), createElementBlock("div", {
537
+ key: 2,
538
+ class: normalizeClass(`${unref(prefixCls)}-before-table-plain`)
539
+ }, [renderSlot(_ctx.$slots, "before-table-plain")], 2
540
+ /* CLASS */)) : createCommentVNode("v-if", true), createElementVNode("div", {
537
541
  class: normalizeClass(`${unref(prefixCls)}-table`),
538
542
  dir: "ltr"
539
543
  }, [createVNode(_component_el_table, mergeProps({
@@ -598,7 +602,7 @@ var stdin_default = /* @__PURE__ */defineComponent({
598
602
  };
599
603
  })]), 1040, ["class", "data", "expand-row-keys"])], 2
600
604
  /* CLASS */), paginationProps.value ? (openBlock(), createBlock(_component_el_pagination, mergeProps({
601
- key: 2
605
+ key: 3
602
606
  }, paginationProps.value, {
603
607
  "current-page": page.value,
604
608
  "onUpdate:currentPage": _cache[3] || (_cache[3] = $event => page.value = $event),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cosey",
3
- "version": "0.10.16",
3
+ "version": "0.10.17",
4
4
  "description": "基于 Vue3 + vite 的后台管理系统框架",
5
5
  "type": "module",
6
6
  "main": "index.js",