app-default-wfdynaeditview-layout.less 305 字节 编辑Web IDE 1 2 3 4 5 6 7 8 9 10 11 12 13 14 .view-content__body__wfdynaeditviewtabs { height: 100%; > .ivu-tabs-bar { border-bottom: none; } .ivu-tabs-content { height: calc(100% - 52px); overflow-y: auto; > .ivu-tabs-tabpane { height: 100%; overflow: scroll; } } }