naive-ui/demo/documentation/components/log/zhCN/size.md

11 lines
102 B
Markdown
Raw Normal View History

2020-02-04 16:29:09 +08:00
# 行数
使用 `rows` 来设定 Log 的尺寸。
```html
<n-log :rows="5" :log="`1
2
3
4
5
6`"/>
```