調整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
+2 -1
View File
@@ -17,8 +17,9 @@
<!--p>
<a href="new.html">我要填表</a>
</p-->
<label for="queryDate">日期篩選:</label>
<input type="date" id="queryDate">
<button onclick="getDate()">選擇日期</button>
<button onclick="getDate()">設定日期</button>
<hr>
<script src="https://cdn.jsdelivr.net/npm/axios@1.1.2/dist/axios.min.js"></script>