ModelFileManage.less 178 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 9 10 .base_container { display: flex; height: 100%; width: 100%; flex-direction: row; justify-content: flex-start; .ant-card-body { padding: 5px 24px 24px 10px; } }