JNDemo/src/main/resources/static/zmquotation/css/index.css

12 lines
153 B
CSS
Raw Normal View History

2024-01-17 16:51:06 +08:00
.container {
display: flex;
height: 100vh;
}
.center-container {
text-align: center;
margin: auto;
width: 80%;
height: 100vh;
}