Browse Source

feat:input样式

ananzhusen 8 tháng trước cách đây
mục cha
commit
68eb0b09be
1 tập tin đã thay đổi với 8 bổ sung0 xóa
  1. 8 0
      src/styles/app.css

+ 8 - 0
src/styles/app.css

@@ -586,3 +586,11 @@ a.hover:hover {
     padding: 6px !important;
   }
 }
+
+input[type="date"]::-webkit-calendar-picker-indicator {
+  filter: invert(1);
+}
+
+input[type="time"]::-webkit-calendar-picker-indicator {
+  filter: invert(1);
+}