app-simpleflex-container.less 186 字节 编辑Web IDE 1 2 3 4 5 6 7 8 9 10 .app-simpleflex-container{ width: 100%; height: 100%; display: flex; border: 1px solid blue; .simpleflex-item__pos{ height: 100%; width: 100%; } }