Browse Source

feat:input样式

ananzhusen 8 months ago
parent
commit
68eb0b09be
1 changed files with 8 additions and 0 deletions
  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);
+}