diff --git a/components/date-picker/style/Picker.less b/components/date-picker/style/Picker.less index 898c140a55..d212460f0a 100644 --- a/components/date-picker/style/Picker.less +++ b/components/date-picker/style/Picker.less @@ -36,6 +36,7 @@ position: relative; display: inline-block; outline: none; + cursor: text; transition: opacity 0.3s; &-input { diff --git a/components/time-picker/style/index.less b/components/time-picker/style/index.less index 4a615cced6..42038a29a8 100644 --- a/components/time-picker/style/index.less +++ b/components/time-picker/style/index.less @@ -162,6 +162,7 @@ display: inline-block; width: 128px; outline: none; + cursor: text; transition: opacity 0.3s; &-input {