fixed DatePicker style in range type
This commit is contained in:
parent
09ba5efa6e
commit
f8bba1ac99
3 changed files with 18 additions and 7 deletions
|
@ -248,14 +248,16 @@
|
|||
<!--</script>-->
|
||||
|
||||
<template>
|
||||
<Row>
|
||||
<Col span="12">
|
||||
<div style="width: 500px;margin: 100px;">
|
||||
<Row>
|
||||
<Col span="12">
|
||||
<DatePicker type="date" show-week-numbers placeholder="Select date" style="width: 200px"></DatePicker>
|
||||
</Col>
|
||||
<Col span="12">
|
||||
</Col>
|
||||
<Col span="12">
|
||||
<DatePicker type="daterange" show-week-numbers placement="bottom-end" placeholder="Select date" style="width: 200px"></DatePicker>
|
||||
</Col>
|
||||
</Row>
|
||||
</Col>
|
||||
</Row>
|
||||
</div>
|
||||
</template>
|
||||
<script>
|
||||
export default {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue