Explorar o código

DatePicker: fix style for ranged picker after #10064 (#10114)

杨奕 %!s(int64=7) %!d(string=hai) anos
pai
achega
22463fb404
Modificáronse 1 ficheiros con 6 adicións e 0 borrados
  1. 6 0
      packages/theme-chalk/src/date-picker/picker.scss

+ 6 - 0
packages/theme-chalk/src/date-picker/picker.scss

@@ -80,9 +80,15 @@
 
 @include b(range-editor) {
   &.el-input__inner {
+    display: inline-flex;
+    align-items: center;
     padding: 3px 10px;
   }
 
+  .el-range-input {
+    line-height: 1;
+  }
+
   @include when(active) {
     border-color: $--color-primary;