app-default-gridview4-layout.less 343 字节 编辑Web IDE 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 .degridview4 { .view-content__body { display: flex; flex-direction: column; } .app-control-grid { flex: auto; } .app-vc-drtab__content { height: 100%; flex: auto; } .app-control-drtab { height: 40px; } .app-control-drtab__content { padding: 0; } }