feat: 优化样式和简化 DatePicker 组件的代码
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
html {
|
||||
height: 100%;
|
||||
font-size: 14px;
|
||||
// font-size: 14px;
|
||||
}
|
||||
|
||||
body {
|
||||
|
@ -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