調整css

This commit is contained in:
Raymond Yang
2023-06-27 16:58:27 +08:00
parent b1ecd238b2
commit a8c1c401d4
3 changed files with 16 additions and 4 deletions
+3
View File
@@ -1,4 +1,7 @@
var selectedDate = document.getElementById("queryDate");
var today = new Date();
var formattedDate = today.toISOString().split('T')[0];
selectedDate.value = formattedDate;
let table = document.createElement("table");
let thead = document.createElement("thead");