index.acss 402 B

123456789101112131415161718192021222324
  1. .picker-index {
  2. display: block;
  3. height: initial;
  4. }
  5. .picker-index > view {
  6. display: flex;
  7. justify-content: flex-end;
  8. align-items: center;
  9. }
  10. .picker-index > view text {
  11. margin-left: 12rpx;
  12. }
  13. /* components/picker/index.wxss */
  14. /* picker选择器 */
  15. .picker-index .picker {
  16. display: inline-block !important;
  17. padding: 0 10rpx;
  18. }
  19. .picker-index .icon {
  20. display: inline-block;
  21. }