DemuMesDataV/lib/components/loading/src/main.css

12 lines
188 B
CSS
Raw Normal View History

2019-08-22 14:41:07 +08:00
.dv-loading {
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.dv-loading .loading-tip {
font-size: 15px;
}