feat: 优化样式和简化 DatePicker 组件的代码
All checks were successful
/ depcheck (push) Successful in 1m5s
/ build-and-deploy-to-vercel (push) Successful in 1m33s
/ playwright (push) Successful in 1m5s

This commit is contained in:
严浩
2025-01-03 18:26:42 +08:00
parent a1cf330f9a
commit 1713315c08
2 changed files with 2 additions and 8 deletions

View File

@ -1,6 +1,6 @@
html {
height: 100%;
font-size: 14px;
// font-size: 14px;
}
body {

View File

@ -39,13 +39,7 @@ import { openConfirm, openDialog } from './fns';
</FloatLabel>
<FloatLabel>
<DatePicker
:manualInput="false"
inputId="datepicker"
showButtonBar
dateFormat="dd/mm/yy"
:default-value="new Date()"
/>
<DatePicker :manualInput="false" inputId="datepicker" showButtonBar dateFormat="dd/mm/yy" />
<label for="datepicker">DatePicker</label>
</FloatLabel>