調整css
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user