Explorar o código

feat:input样式

ananzhusen hai 8 meses
pai
achega
68eb0b09be
Modificáronse 1 ficheiros con 8 adicións e 0 borrados
  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);
+}