Skip to content

Commit

Permalink
feat(date-picker): [date-picker] Optimize demo style
Browse files Browse the repository at this point in the history
  • Loading branch information
Youyou-smiles committed Oct 28, 2024
1 parent 16d1b48 commit ad7ca1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ const IconMinus = iconMinus()
}
.my-date-picker {
background: #ddd;
background: #f0f0f0;
}
</style>
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ export default {
}
.my-date-picker {
background-color: #ddd;
background-color: #f0f0f0;
}
</style>

0 comments on commit ad7ca1d

Please sign in to comment.