mirror of
https://github.com/kuaifan/dootask.git
synced 2026-01-12 08:58:11 +00:00
perf: 任务详情窗口尺寸
This commit is contained in:
parent
c9de0c2eba
commit
7f5eb59ac5
@ -623,7 +623,7 @@ export default {
|
||||
return {};
|
||||
}
|
||||
return {
|
||||
minHeight: (height - (height > 900 ? 200 : 70) - 48) + 'px'
|
||||
minHeight: (height - (height > 900 ? 200 : 150) - 48) + 'px'
|
||||
}
|
||||
},
|
||||
|
||||
@ -632,7 +632,7 @@ export default {
|
||||
let height = Math.min(1100, windowHeight)
|
||||
if (modalMode && hasOpenDialog) {
|
||||
return {
|
||||
maxHeight: (height - (height > 900 ? 200 : 70) - 30) + 'px'
|
||||
maxHeight: (height - (height > 900 ? 200 : 150) - 30) + 'px'
|
||||
}
|
||||
}
|
||||
return {}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user