init
This commit is contained in:
20
xhs-mini-demos/component-case/picker-view/picker-view.css
Normal file
20
xhs-mini-demos/component-case/picker-view/picker-view.css
Normal file
@@ -0,0 +1,20 @@
|
||||
.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;
|
||||
}
|
||||
Reference in New Issue
Block a user