20 lines
249 B
CSS
Raw Normal View History

2025-08-03 15:32:52 +08:00
body {
height: 100vh;
width: 100vw;
}
#app {
height: 100%;
width: 100%;
}
2025-08-17 12:06:06 +08:00
.action-bar {
display: flex;
justify-content: space-between;
align-items: center;
margin-top: 16px;
margin-bottom: 16px;
flex-wrap: wrap;
gap: 12px;
}