mirror of
				https://gitee.com/hhyykk/ipms-sjy-ui.git
				synced 2025-11-04 12:18:43 +08:00 
			
		
		
		
	🐞 fix:删除scrollbar__view高度限制
This commit is contained in:
		@@ -54,8 +54,4 @@ body {
 | 
			
		||||
.#{$prefix-cls}-grey-mode {
 | 
			
		||||
  filter: grayscale(100%);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.scrollbar__view {
 | 
			
		||||
  height: 99%!important;
 | 
			
		||||
}
 | 
			
		||||
</style>
 | 
			
		||||
 
 | 
			
		||||
@@ -71,8 +71,5 @@ $prefix-cls: #{$namespace}-layout;
 | 
			
		||||
 | 
			
		||||
.#{$prefix-cls} {
 | 
			
		||||
  background-color: var(--app-content-bg-color);
 | 
			
		||||
  :deep(.#{$elNamespace}-scrollbar__view) {
 | 
			
		||||
    height: 99% !important;
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
</style>
 | 
			
		||||
 
 | 
			
		||||
@@ -38,24 +38,8 @@ provide('reload', reload)
 | 
			
		||||
    :class="[
 | 
			
		||||
      'p-[var(--app-content-padding)] w-full bg-[var(--app-content-bg-color)] dark:bg-[var(--el-bg-color)]',
 | 
			
		||||
      {
 | 
			
		||||
        '!min-h-[calc(100%-var(--app-footer-height))]':
 | 
			
		||||
          (fixedHeader &&
 | 
			
		||||
            (layout === 'classic' || layout === 'topLeft' || layout === 'top') &&
 | 
			
		||||
            footer) ||
 | 
			
		||||
          (!tagsView && layout === 'top' && footer),
 | 
			
		||||
        '!min-h-[calc(100%-var(--app-footer-height)-var(--tags-view-height))]':
 | 
			
		||||
          tagsView && layout === 'top' && footer,
 | 
			
		||||
 | 
			
		||||
        '!min-h-[calc(100%-var(--tags-view-height)-var(--top-tool-height)-var(--app-footer-height))]':
 | 
			
		||||
          !fixedHeader && layout === 'classic' && footer,
 | 
			
		||||
 | 
			
		||||
        '!min-h-[calc(100%-var(--tags-view-height)-var(--app-footer-height))]':
 | 
			
		||||
          !fixedHeader && layout === 'topLeft' && footer,
 | 
			
		||||
 | 
			
		||||
        '!min-h-[calc(100%-var(--top-tool-height))]': fixedHeader && layout === 'cutMenu' && footer,
 | 
			
		||||
 | 
			
		||||
        '!min-h-[calc(100%-var(--top-tool-height)-var(--tags-view-height))]':
 | 
			
		||||
          !fixedHeader && layout === 'cutMenu' && footer
 | 
			
		||||
        '!min-h-[calc(100vh-var(--top-tool-height)-var(--tags-view-height)-var(--app-footer-height))] pb-0':
 | 
			
		||||
          footer
 | 
			
		||||
      }
 | 
			
		||||
    ]"
 | 
			
		||||
  >
 | 
			
		||||
 
 | 
			
		||||
@@ -65,7 +65,9 @@ body {
 | 
			
		||||
  -moz-osx-font-smoothing: grayscale;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
* {
 | 
			
		||||
*,
 | 
			
		||||
:after,
 | 
			
		||||
:before {
 | 
			
		||||
  margin: 0;
 | 
			
		||||
  padding: 0;
 | 
			
		||||
  box-sizing: border-box;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user