update Date style

This commit is contained in:
Aresn 2017-06-30 16:40:31 +08:00
parent e40c5352a1
commit f7a436c06f
2 changed files with 6 additions and 1 deletions

View file

@ -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 {

View file

@ -5,6 +5,7 @@
.@{date-picker-prefix-cls} {
//position: relative;
display: inline-block;
line-height: normal;
&-rel{
position: relative;