feat: 优化样式和简化 DatePicker 组件的代码
This commit is contained in:
@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user