vbenjs / vue-vben-admin

A modern vue admin panel built with Vue3, Shadcn UI, Vite, TypeScript, and Monorepo. It's fast!
https://www.vben.pro
MIT License
25.48k stars 6.93k forks source link

FEATURE: 固定显示底栏后,表格页面会出现双滚动条,希望内容区域能自适应,不要出现外层滚动条 #4614

Open yuanhongyu123 opened 1 month ago

yuanhongyu123 commented 1 month ago

Version

Vben Admin V5

Description

如图,可能需要动态调整这个style? height: calc(var(--vben-content-height) - 0px - 0px); 另外问下,内容区高度自适应方式是使用这种计算高度好,还是通过flex-col +overflow-hidden来实现好? image

Proposed Solution

Alternatives Considered

No response

Additional Context

No response

Validations

Zhao-sj commented 1 month ago

import { Page } from '@vben/common-ui'; 有一个Page组件,auto-content-height加上就可以了

Zhao-sj commented 1 month ago

import { Page } from '@vben/common-ui'; 有一个Page组件,auto-content-height加上就可以了

我是把底栏给关掉了,开启底栏好像还是会有双滚动条

anncwb commented 1 month ago

duplicate #4575