naive-ui/demo/documentation/components/card/zhCN/border.demo.md

8 lines
128 B
Markdown
Raw Normal View History

2019-12-02 03:16:35 +08:00
# 边框
2020-12-12 14:44:44 +08:00
2019-12-02 03:16:35 +08:00
卡片可以没有边框。
2020-12-12 14:44:44 +08:00
2019-12-02 03:16:35 +08:00
```html
2020-12-12 14:44:44 +08:00
<n-card :bordered="false" title="无边框的卡片"> 卡片内容 </n-card>
2019-12-02 03:16:35 +08:00
```