Browse Source

fix: BI-51790 限制错误消息的高度

qufenxi
alan 5 years ago
parent
commit
8f1266c603
  1. 1
      src/modules/components/test_status/test_status.ts

1
src/modules/components/test_status/test_status.ts

@ -115,6 +115,7 @@ export class TestStatus extends BI.Widget {
vgap: 5,
hgap: 10,
scrolly: true,
height: 75,
items: [
{
type: Label,

Loading…
Cancel
Save