feat: 优化样式和简化 DatePicker 组件的代码
This commit is contained in:
@ -1,6 +1,6 @@
|
|||||||
html {
|
html {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
font-size: 14px;
|
// font-size: 14px;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
|
@ -39,13 +39,7 @@ import { openConfirm, openDialog } from './fns';
|
|||||||
</FloatLabel>
|
</FloatLabel>
|
||||||
|
|
||||||
<FloatLabel>
|
<FloatLabel>
|
||||||
<DatePicker
|
<DatePicker :manualInput="false" inputId="datepicker" showButtonBar dateFormat="dd/mm/yy" />
|
||||||
:manualInput="false"
|
|
||||||
inputId="datepicker"
|
|
||||||
showButtonBar
|
|
||||||
dateFormat="dd/mm/yy"
|
|
||||||
:default-value="new Date()"
|
|
||||||
/>
|
|
||||||
<label for="datepicker">DatePicker</label>
|
<label for="datepicker">DatePicker</label>
|
||||||
</FloatLabel>
|
</FloatLabel>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user