Layout: add xl breakpoint

This commit is contained in:
Leopoldthecoder
2017-10-19 15:54:01 +08:00
committed by 杨奕
parent 457f9f97ed
commit c31f413a4f
17 changed files with 197 additions and 125 deletions

View File

@@ -222,7 +222,7 @@
可在一个选择器中便捷地选择一个时间范围
:::demo
:::demo 在选择日期范围时,默认情况下左右面板会联动。如果希望两个面板各自独立切换当前月份,可以使用`unlink-panels`属性解除联动。
```html
<template>
<div class="block">
@@ -241,6 +241,7 @@
v-model="value7"
type="daterange"
align="right"
unlink-panels
range-separator="至"
start-placeholder="开始日期"
end-placeholder="结束日期"