Skip to content

Commit

Permalink
fix: calendar border
Browse files Browse the repository at this point in the history
  • Loading branch information
yjl9903 committed Apr 25, 2024
1 parent 0a4921a commit 571e925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/pages/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ const handleExportExcel = (record: Record) => {
<c-button success @click="handleExportCSV(current)" mr="2">导出 CSV</c-button>
<c-button success @click="handleExportExcel(current)">导出 Excel</c-button>
</div>
<div mt="4" pt="4" border border-0 border-t border-light-800>
<div mt="4" pt="4" border border-solid border-0 border-t border-light-800>
<DatePicker
v-model="selectDate"
:available-dates="{
Expand Down

0 comments on commit 571e925

Please sign in to comment.