app-embed-view.less 218 字节 编辑Web IDE 1 2 3 4 5 6 7 8 9 10 11 12 .app-embed-view { width: 100%; overflow-y: auto; height: 100%; .embed-view-content{ height: 100%; } .embed-view-toolbar{ display: flex; justify-content: flex-end; } }