Skip to content

Commit

Permalink
fix(datetime-picker): fix datetime-picker's display to flex in mobile…
Browse files Browse the repository at this point in the history
…first (#2969)
  • Loading branch information
shenjunjian authored Feb 26, 2025
1 parent 6131002 commit e48a0d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vue/src/picker/src/token.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export const classes = {
'input-label': 'text-color-text-placeholder text-xs sm:text-sm mr-2 inline-block text-left max-w-[100px] truncate',
'range-editor':
'bg-color-bg-1 relative inline-flex items-center py-1 sm:px-3 border-0 sm:border border-color-border hover:border-color-border-hover rounded mt-0.5',
'bg-color-bg-1 relative flex items-center py-1 sm:px-3 border-0 sm:border border-color-border hover:border-color-border-hover rounded mt-0.5',
'range-input':
'appearance-none border-none outline-0 p-0 w-[35%] text-color-text-primary focus:border-color-brand-focus disabled:border-color-border placeholder:text-color-text-placeholder disabled:cursor-not-allowed text-sm sm:placeholder:text-sm sm:text-sm h-full m-0 truncate disabled:text-color-icon-placeholder disabled:bg-transparent sm:disabled:bg-color-border-disabled',
'datetimerange': 'w-full sm:w-96 sm:max-w-full',
Expand Down

0 comments on commit e48a0d3

Please sign in to comment.