修复页面中心内容区会出现滚动条的问题: 底部版权栏的P标签有默认的margin导致
							parent
							
								
									aedf014407
								
							
						
					
					
						commit
						984351fbf0
					
				| 
						 | 
				
			
			@ -19,6 +19,6 @@ const title = computed(() => appStore.getTitle)
 | 
			
		|||
    :class="prefixCls"
 | 
			
		||||
    class="h-[var(--app-footer-height)] bg-[var(--app-content-bg-color)] text-center leading-[var(--app-footer-height)] text-[var(--el-text-color-placeholder)] dark:bg-[var(--el-bg-color)]"
 | 
			
		||||
  >
 | 
			
		||||
    <p style="font-size: 14px">Copyright ©2022-{{ title }}</p>
 | 
			
		||||
    <span class="text-14px">Copyright ©2022-{{ title }}</span>
 | 
			
		||||
  </div>
 | 
			
		||||
</template>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue