picker-view.wxss 219 B

12345678910111213141516
  1. .selected-date {
  2. text-align: center;
  3. margin: 15px;
  4. }
  5. .icon-container {
  6. display: flex;
  7. flex-direction: column;
  8. justify-content: center;
  9. align-items: center;
  10. }
  11. .picker-icon {
  12. width: 25px;
  13. height: 25px;
  14. }