.content_global { >div { height: 100%; >div.ant-spin-container { height: 100%; } } } .transition-enter { opacity: 0; transform: scale(1.04); } .transition-enter-active { opacity: 1; transform: scale(1); transition: opacity 400ms, transform 400ms; }