mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-07 00:36:41 +08:00
refactor: 统一组件样式,优化圆角和阴影效果,提升视觉一致性
This commit is contained in:
@@ -29,8 +29,7 @@ const display = useDisplay()
|
||||
const { appMode } = usePWA()
|
||||
|
||||
// 计算列表可用高度
|
||||
// componentOffset = FileToolbar(48) + FileList操作栏(40) + VCard边距(4) = 92
|
||||
const { availableHeight: listAvailableHeight } = useAvailableHeight(89, 300)
|
||||
const { availableHeight: listAvailableHeight } = useAvailableHeight(100, 300)
|
||||
|
||||
// 输入参数
|
||||
const inProps = defineProps({
|
||||
|
||||
Reference in New Issue
Block a user