app-standard-container.less 155 字节 编辑Web IDE 1 2 3 4 5 6 7 8 // 标准容器大小靠内容撑 .app-standard-container{ display: block; .container-item__pos{ width: 100%; height: 100%; } }