|
@@ -200,7 +200,7 @@ export default {
|
|
|
return 'calc(100vh - 363px)'
|
|
|
} else if (this.title === '需求方向分布图数据' || this.title === `模块分布图数据`) {
|
|
|
return 'calc(100vh - 200px)'
|
|
|
- } else if (this.title === '累计新增' || this.title === '技术准入' || this.title === '累计上线' || this.title === '累计hold' || this.title === '累计修复' || this.title === '累计reopen') {
|
|
|
+ } else if (this.title === '累计新增' || this.title === 'PRD评审通过' || this.title === '技术准入' || this.title === '累计上线' || this.title === '累计hold' || this.title === '累计修复' || this.title === '累计reopen') {
|
|
|
return 'calc(100vh - 134px)'
|
|
|
} else if (this.title === '模块分布数据') {
|
|
|
return 'calc(100vh - 175px)'
|