update Date style
This commit is contained in:
parent
e40c5352a1
commit
f7a436c06f
2 changed files with 6 additions and 1 deletions
|
@ -1,5 +1,9 @@
|
|||
<template>
|
||||
<Date-picker type="daterange" placeholder="选择日期" disabled style="width: 200px"></Date-picker>
|
||||
<div>
|
||||
<Date-picker type="daterange" placeholder="选择日期" style="width: 200px"></Date-picker>
|
||||
<Date-picker type="daterange" placeholder="选择日期" style="width: 200px"></Date-picker>
|
||||
<Date-picker type="daterange" placeholder="选择日期" style="width: 200px"></Date-picker>
|
||||
</div>
|
||||
</template>
|
||||
<script>
|
||||
export default {
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
|
||||
.@{date-picker-prefix-cls} {
|
||||
//position: relative;
|
||||
display: inline-block;
|
||||
line-height: normal;
|
||||
&-rel{
|
||||
position: relative;
|
||||
|
|
Loading…
Add table
Reference in a new issue