You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
<docs>
|
|
---
|
|
order: 14
|
|
title:
|
|
zh-CN: 无边框
|
|
en-US: Bordered-less
|
|
---
|
|
|
|
## zh-CN
|
|
|
|
无边框样式。
|
|
|
|
## en-US
|
|
|
|
Bordered-less style component.
|
|
|
|
</docs>
|
|
|
|
<template>
|
|
<a-space direction="vertical">
|
|
<a-time-picker :bordered="false" />
|
|
<a-time-range-picker :bordered="false" />
|
|
</a-space>
|
|
</template>
|