Files
xhs-examples/xhs-mini-demos/component-case/picker-view/picker-view.css
2025-09-14 00:21:54 +08:00

20 lines
259 B
CSS

.selected-date {
text-align: center;
margin: 15px;
}
.icon-container {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.picker-icon {
width: 25px;
height: 25px;
}
._dflex > button {
margin: 10px 0;
}