mirror of
				https://gitee.com/hhyykk/ipms-sjy-ui.git
				synced 2025-11-04 04:08:44 +08:00 
			
		
		
		
	fix: #I7WY9N
This commit is contained in:
		@@ -17,7 +17,7 @@ const title = computed(() => appStore.getTitle)
 | 
			
		||||
<template>
 | 
			
		||||
  <div
 | 
			
		||||
    :class="prefixCls"
 | 
			
		||||
    class="text-center text-[var(--el-text-color-placeholder)] bg-[var(--app-contnet-bg-color)] h-[var(--app-footer-height)] leading-[var(--app-footer-height)] dark:bg-[var(--el-bg-color)]"
 | 
			
		||||
    class="text-center text-[var(--el-text-color-placeholder)] bg-[var(--app-content-bg-color)] h-[var(--app-footer-height)] leading-[var(--app-footer-height)] dark:bg-[var(--el-bg-color)]"
 | 
			
		||||
  >
 | 
			
		||||
    <p style="font-size: 14px">Copyright ©2022-{{ title }}</p>
 | 
			
		||||
  </div>
 | 
			
		||||
 
 | 
			
		||||
@@ -48,7 +48,7 @@
 | 
			
		||||
 | 
			
		||||
  --app-content-padding: 20px;
 | 
			
		||||
 | 
			
		||||
  --app-contnet-bg-color: #f5f7f9;
 | 
			
		||||
  --app-content-bg-color: #f5f7f9;
 | 
			
		||||
 | 
			
		||||
  --app-footer-height: 50px;
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user