Ver código fonte

feat:input样式

ananzhusen 8 meses atrás
pai
commit
68eb0b09be
1 arquivos alterados com 8 adições e 0 exclusões
  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);
+}