refactor(性能测试): 报告页面图表高度适应小屏幕
This commit is contained in:
parent
5fb4c3504f
commit
876852e3fe
|
@ -194,7 +194,6 @@ export default {
|
|||
<style scoped>
|
||||
.chart-config {
|
||||
width: 100%;
|
||||
height: 500px;
|
||||
}
|
||||
|
||||
.monitor-detail {
|
||||
|
|
|
@ -428,7 +428,7 @@ export default {
|
|||
<style scoped>
|
||||
.chart-config {
|
||||
width: 100%;
|
||||
height: 500px;
|
||||
height: 445px;
|
||||
}
|
||||
|
||||
.test-detail {
|
||||
|
|
Loading…
Reference in New Issue