mirror of
				https://gitee.com/hhyykk/ipms-sjy-ui.git
				synced 2025-11-03 03:38:44 +08:00 
			
		
		
		
	Merge branch 'master' of https://gitee.com/yudaocode/yudao-ui-admin-vue3 into dev
This commit is contained in:
		@@ -38,7 +38,7 @@
 | 
				
			|||||||
    "@wangeditor/editor-for-vue": "^5.1.10",
 | 
					    "@wangeditor/editor-for-vue": "^5.1.10",
 | 
				
			||||||
    "@zxcvbn-ts/core": "^2.2.1",
 | 
					    "@zxcvbn-ts/core": "^2.2.1",
 | 
				
			||||||
    "animate.css": "^4.1.1",
 | 
					    "animate.css": "^4.1.1",
 | 
				
			||||||
    "axios": "^1.3.4",
 | 
					    "axios": "^1.3.5",
 | 
				
			||||||
    "benz-amr-recorder": "^1.1.5",
 | 
					    "benz-amr-recorder": "^1.1.5",
 | 
				
			||||||
    "bpmn-js-token-simulation": "^0.10.0",
 | 
					    "bpmn-js-token-simulation": "^0.10.0",
 | 
				
			||||||
    "camunda-bpmn-moddle": "^7.0.1",
 | 
					    "camunda-bpmn-moddle": "^7.0.1",
 | 
				
			||||||
@@ -48,16 +48,16 @@
 | 
				
			|||||||
    "diagram-js": "^11.6.0",
 | 
					    "diagram-js": "^11.6.0",
 | 
				
			||||||
    "echarts": "^5.4.1",
 | 
					    "echarts": "^5.4.1",
 | 
				
			||||||
    "echarts-wordcloud": "^2.1.0",
 | 
					    "echarts-wordcloud": "^2.1.0",
 | 
				
			||||||
    "element-plus": "2.3.1",
 | 
					    "element-plus": "2.3.3",
 | 
				
			||||||
    "fast-xml-parser": "^4.1.3",
 | 
					    "fast-xml-parser": "^4.1.3",
 | 
				
			||||||
    "highlight.js": "^11.7.0",
 | 
					    "highlight.js": "^11.7.0",
 | 
				
			||||||
    "intro.js": "^6.0.0",
 | 
					    "intro.js": "^7.0.1",
 | 
				
			||||||
    "jsencrypt": "^3.3.2",
 | 
					    "jsencrypt": "^3.3.2",
 | 
				
			||||||
    "lodash-es": "^4.17.21",
 | 
					    "lodash-es": "^4.17.21",
 | 
				
			||||||
    "min-dash": "^4.0.0",
 | 
					    "min-dash": "^4.0.0",
 | 
				
			||||||
    "mitt": "^3.0.0",
 | 
					    "mitt": "^3.0.0",
 | 
				
			||||||
    "nprogress": "^0.2.0",
 | 
					    "nprogress": "^0.2.0",
 | 
				
			||||||
    "pinia": "^2.0.33",
 | 
					    "pinia": "^2.0.34",
 | 
				
			||||||
    "qrcode": "^1.5.1",
 | 
					    "qrcode": "^1.5.1",
 | 
				
			||||||
    "qs": "^6.11.1",
 | 
					    "qs": "^6.11.1",
 | 
				
			||||||
    "steady-xml": "^0.1.0",
 | 
					    "steady-xml": "^0.1.0",
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -29,6 +29,8 @@ type CrudSearchParams = {
 | 
				
			|||||||
  show?: boolean
 | 
					  show?: boolean
 | 
				
			||||||
  // 接口
 | 
					  // 接口
 | 
				
			||||||
  api?: () => Promise<any>
 | 
					  api?: () => Promise<any>
 | 
				
			||||||
 | 
					  // 搜索字段
 | 
				
			||||||
 | 
					  field?: string
 | 
				
			||||||
} & Omit<FormSchema, 'field'>
 | 
					} & Omit<FormSchema, 'field'>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
type CrudTableParams = {
 | 
					type CrudTableParams = {
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -21,16 +21,17 @@ const getCaches = computed((): string[] => {
 | 
				
			|||||||
<template>
 | 
					<template>
 | 
				
			||||||
  <section
 | 
					  <section
 | 
				
			||||||
    :class="[
 | 
					    :class="[
 | 
				
			||||||
      'p-[var(--app-content-padding)] w-[100%] bg-[var(--app-contnet-bg-color)] dark:bg-[var(--el-bg-color)]',
 | 
					      'p-[var(--app-content-padding)] w-[100%] bg-[var(--app-content-bg-color)] dark:bg-[var(--el-bg-color)]',
 | 
				
			||||||
      {
 | 
					      {
 | 
				
			||||||
        '!min-h-[calc(100%-var(--app-footer-height))]':
 | 
					        '!min-h-[calc(100%-var(--app-footer-height))]':
 | 
				
			||||||
          fixedHeader && (layout === 'classic' || layout === 'topLeft') && footer,
 | 
					          ((fixedHeader && (layout === 'classic' || layout === 'topLeft')) || layout === 'top') &&
 | 
				
			||||||
 | 
					          footer,
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        '!min-h-[calc(100%-var(--tags-view-height)-var(--top-tool-height)-var(--app-footer-height))]':
 | 
					        '!min-h-[calc(100%-var(--tags-view-height)-var(--top-tool-height)-var(--app-footer-height))]':
 | 
				
			||||||
          ((!fixedHeader && layout === 'classic') || layout === 'top') && footer,
 | 
					          !fixedHeader && layout === 'classic' && footer,
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        '!min-h-[calc(100%-var(--tags-view-height)-var(--app-footer-height))]':
 | 
					        '!min-h-[calc(100%-var(--tags-view-height)-var(--app-footer-height))]':
 | 
				
			||||||
          !fixedHeader && layout === 'topLeft' && footer,
 | 
					          !fixedHeader && (layout === 'topLeft' || layout === 'top') && footer,
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        '!min-h-[calc(100%-var(--top-tool-height))]': fixedHeader && layout === 'cutMenu' && footer,
 | 
					        '!min-h-[calc(100%-var(--top-tool-height))]': fixedHeader && layout === 'cutMenu' && footer,
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -177,7 +177,9 @@ export const useRenderLayout = () => {
 | 
				
			|||||||
            class={[
 | 
					            class={[
 | 
				
			||||||
              `${prefixCls}-content-scrollbar`,
 | 
					              `${prefixCls}-content-scrollbar`,
 | 
				
			||||||
              {
 | 
					              {
 | 
				
			||||||
                'mt-[var(--tags-view-height)]': fixedHeader.value
 | 
					                'mt-[var(--tags-view-height)] !pb-[calc(var(--tags-view-height)+var(--app-footer-height))]':
 | 
				
			||||||
 | 
					                  fixedHeader.value,
 | 
				
			||||||
 | 
					                'pb-[var(--app-footer-height)]': !fixedHeader.value
 | 
				
			||||||
              }
 | 
					              }
 | 
				
			||||||
            ]}
 | 
					            ]}
 | 
				
			||||||
          >
 | 
					          >
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user