picker-item.scss 462 B

1234567891011121314151617181920212223
  1. .lb-picker-column {
  2. height: 34px;
  3. /* #ifndef APP-NVUE */
  4. display: flex;
  5. box-sizing: border-box;
  6. white-space: nowrap;
  7. overflow: hidden;
  8. /* #endif */
  9. flex-direction: row;
  10. align-items: center;
  11. justify-content: center;
  12. }
  13. .lb-picker-column-label {
  14. font-size: 16px;
  15. text-align: center;
  16. text-overflow: ellipsis;
  17. transition-property: color;
  18. transition-duration: 0.3s;
  19. overflow: hidden;
  20. text-overflow: ellipsis;
  21. white-space: nowrap;
  22. }